From bfe9b533f7ce6eec7e4c364dcf85b0f2803762f4 Mon Sep 17 00:00:00 2001 From: isaced Date: Thu, 7 Apr 2016 12:03:33 +0800 Subject: [PATCH] Update README.md --- README.md | 8 ++++++-- 1 file changed, 6 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index bcb25da..648e48f 100644 --- a/README.md +++ b/README.md @@ -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