Skip to content

Commit ab94525

Browse files
committed
Dismiss keyboard on swiping message list
1 parent 3036d81 commit ab94525

File tree

14 files changed

+26
-25
lines changed

14 files changed

+26
-25
lines changed

CHANGELOG.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# Change Log
22

3-
### v2.0.6 (Jan 28, 2021)
3+
### v2.0.7 (Jan 28, 2021)
44
* Dismiss keyboard on swiping message list
55

66
### v2.0.5 (Jan 20, 2021)

SendBirdUIKit.framework.dSYM/Contents/Info.plist

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@
1313
<key>CFBundleSignature</key>
1414
<string>????</string>
1515
<key>CFBundleShortVersionString</key>
16-
<string>2.0.6</string>
16+
<string>2.0.7</string>
1717
<key>CFBundleVersion</key>
1818
<string>1</string>
1919
</dict>
74 Bytes
Binary file not shown.

SendBirdUIKit.framework/Assets.car

0 Bytes
Binary file not shown.

SendBirdUIKit.framework/Headers/SBUChannelViewController.swift

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2209,6 +2209,7 @@ open class SBUChannelViewController: SBUBaseChannelViewController, UINavigationC
22092209
tableView.addGestureRecognizer(tap)
22102210

22112211
let pan = UIPanGestureRecognizer(target: self, action: #selector(dismissKeyboardIfTouchInput))
2212+
pan.delegate = self
22122213
pan.cancelsTouchesInView = false
22132214
tableView.addGestureRecognizer(pan)
22142215
}

SendBirdUIKit.framework/Info.plist

0 Bytes
Binary file not shown.
2 Bytes
Binary file not shown.
-2 Bytes
Binary file not shown.
-1 Bytes
Binary file not shown.
15 Bytes
Binary file not shown.

0 commit comments

Comments
 (0)