diff --git a/Example/ISEmojiViewSample/Base.lproj/Main.storyboard b/Example/ISEmojiViewSample/Base.lproj/Main.storyboard index d912f9d..8dfe9d1 100644 --- a/Example/ISEmojiViewSample/Base.lproj/Main.storyboard +++ b/Example/ISEmojiViewSample/Base.lproj/Main.storyboard @@ -1,13 +1,14 @@ - + - + + - + diff --git a/Example/ISEmojiViewSample/ViewController.m b/Example/ISEmojiViewSample/ViewController.m index 631d1b9..e625263 100644 --- a/Example/ISEmojiViewSample/ViewController.m +++ b/Example/ISEmojiViewSample/ViewController.m @@ -22,6 +22,7 @@ // init TextView self.textView = [[UITextView alloc] initWithFrame:self.view.frame]; + self.textView.autoresizingMask = UIViewAutoresizingFlexibleWidth | UIViewAutoresizingFlexibleHeight; [self.view addSubview:self.textView]; // init ISEmojiView