Update README.md

This commit is contained in:
isaced 2016-04-07 12:03:33 +08:00
parent 4a4463a8ac
commit bfe9b533f7
1 changed files with 6 additions and 2 deletions

View File

@ -20,7 +20,7 @@ pod 'ISEmojiView'
### Init
```
// init ISEmojiView
ISEmojiView *emojiView = [[ISEmojiView alloc] initWithTextField:textView delegate:self popAnimationEnable:YES];
ISEmojiView *emojiView = [[ISEmojiView alloc] initWithTextField:textView delegate:self];
textView.inputView = emojiView;
```
@ -44,6 +44,10 @@ and `emojiView:didPressDeleteButton:` method:
}
```
##License
### Other
- `popAnimationEnable` to enable animation when tap a emoji
## License
MIT