-
Notifications
You must be signed in to change notification settings - Fork 73
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* Added properties in `SBUMessageInputView`. * `textViewMinHeight`: the minimun height of the textview. * `textViewMaxHeight`: the maximum height of the textview. * `textViewLeadingSpacing`: the spacing between the textview and the `+` button. * `textViewTrailingSpacing`: the spacing between the textview and the send button. * `layoutInsets`: the outer spacing of the `SBUMessageInputView`, relative to `safeAreaLayoutGuide`. * `showsSendButton`: whether to always show the send button. * Applied tint to all `SBUIconSet`. * Applied localization on datetime string. * Improved stability.
- Loading branch information
Showing
79 changed files
with
5,307 additions
and
8,139 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Binary file modified
BIN
-1.11 MB
(97%)
SendBirdUIKit.framework.dSYM/Contents/Resources/DWARF/SendBirdUIKit
Binary file not shown.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -7,6 +7,7 @@ | |
// | ||
|
||
import UIKit | ||
import SendBirdSDK | ||
|
||
|
||
public extension Array where Element: SBUUser { | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -7,6 +7,7 @@ | |
// | ||
|
||
import UIKit | ||
import SendBirdSDK | ||
|
||
@objcMembers | ||
public class SBUAvailable: NSObject { | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -7,6 +7,7 @@ | |
// | ||
|
||
import UIKit | ||
import SendBirdSDK | ||
|
||
open class SBUBaseChannelCell: UITableViewCell { | ||
|
||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.