mirror of
https://github.com/zhigang1992/MessagesTableViewController.git
synced 2026-01-12 22:48:53 +08:00
- (void)setupSendButton method is now public so you may create a category on JSMessageInputView to customize the send button, if you wish
This commit is contained in:
@@ -40,6 +40,9 @@
|
||||
@property (strong, nonatomic) UITextView *textView;
|
||||
@property (strong, nonatomic) UIButton *sendButton;
|
||||
|
||||
#pragma mark - Initialization
|
||||
- (void)setupSendButton;
|
||||
|
||||
#pragma mark - Message input view
|
||||
- (void)adjustTextViewHeightBy:(CGFloat)changeInHeight;
|
||||
+ (CGFloat)textViewLineHeight;
|
||||
|
||||
@@ -41,7 +41,6 @@
|
||||
|
||||
- (void)setup;
|
||||
- (void)setupTextView;
|
||||
- (void)setupSendButton;
|
||||
|
||||
@end
|
||||
|
||||
|
||||
Reference in New Issue
Block a user