made it easier to customize the send button

This commit is contained in:
Jesse Squires
2013-03-24 17:24:56 -04:00
parent 554810b9eb
commit a54bc0d948
9 changed files with 107 additions and 33 deletions

View File

@@ -41,7 +41,8 @@
@property (strong, nonatomic) UIButton *sendButton;
#pragma mark - Initialization
- (void)setupSendButton;
- (id)initWithFrame:(CGRect)frame
delegate:(id<UITextViewDelegate>)delegate;
#pragma mark - Message input view
- (void)adjustTextViewHeightBy:(CGFloat)changeInHeight;