From 8ab837a8029f63661d763c77d70ac6259a2a98ef Mon Sep 17 00:00:00 2001 From: isaced Date: Tue, 2 Jun 2015 10:55:25 +0800 Subject: [PATCH] update README.md --- README.md | 17 ++++++++--------- 1 file changed, 8 insertions(+), 9 deletions(-) diff --git a/README.md b/README.md index e2669e2..3ad4c46 100644 --- a/README.md +++ b/README.md @@ -1,19 +1,21 @@ ISEmojiView =========== -Emoji Keyboard for iOS +An easy to use Emoji keyboard for iOS. ![screenshot](https://raw.github.com/isaced/ISEmojiView/master/screenshot.jpg) -##Useage +## Install -###import +### Cocoapods ``` -#import "ISEmojiView.h" +pod 'MBProgressHUD' ``` -###Init +## Useage + +### Init ``` // init ISEmojiView ISEmojiView *emojiView = [[ISEmojiView alloc] initWithFrame:CGRectMake(0, 0, self.view.frame.size.width, 216)]; @@ -21,7 +23,7 @@ emojiView.delegate = self; self.textView.inputView = emojiView; ``` -###Response +### Response add protocol `ISEmojiViewDelegate` and implementation `emojiView:didSelectEmoji:` method @@ -40,9 +42,6 @@ and `emojiView:didPressDeleteButton:` method: } } ``` -##Author - -isaced@163.com ##License