This commit is contained in:
Jesse Squires
2013-03-24 17:27:39 -04:00
parent a54bc0d948
commit 995ef45553

View File

@@ -92,11 +92,8 @@ Square message bubbles designed by [@michaelschultz](http://www.twitter.com/mich
#####Customize
* For custom view background color: use `- (void)setBackgroundColor:(UIColor *)color`
* For custom send button:
* Create a [category][ref2] on `JSMessageInputView`
* Override `- (void)setupSendButton`
* `#import` this category in your `JSMessagesViewController` subclass
* Custom background color, call `- (void)setBackgroundColor:(UIColor *)color`
* Custom send button, override `- (UIButton *)sendButton`
##### Notes