Expose scrollView and pageControl
This commit is contained in:
parent
5b6e21e2e9
commit
602a00b570
|
|
@ -20,6 +20,16 @@
|
|||
*/
|
||||
@property (nonatomic, assign) id<ISEmojiViewDelegate> delegate;
|
||||
|
||||
/**
|
||||
* Emoji container used to store all the elements
|
||||
*/
|
||||
@property (nonatomic, strong) UIScrollView *scrollView;
|
||||
|
||||
/**
|
||||
* UIPageControl for next page
|
||||
*/
|
||||
@property (nonatomic, strong) UIPageControl *pageControl;
|
||||
|
||||
@end
|
||||
|
||||
/**
|
||||
|
|
|
|||
|
|
@ -19,16 +19,6 @@ static const CGFloat EmojiFontSize = 32;
|
|||
*/
|
||||
@property (nonatomic, strong) NSArray *emojis;
|
||||
|
||||
/**
|
||||
* Emoji container used to store all the elements
|
||||
*/
|
||||
@property (nonatomic, strong) UIScrollView *scrollView;
|
||||
|
||||
/**
|
||||
* UIPageControl for next page
|
||||
*/
|
||||
@property (nonatomic, strong) UIPageControl *pageControl;
|
||||
|
||||
@end
|
||||
|
||||
@implementation ISEmojiView
|
||||
|
|
|
|||
Loading…
Reference in New Issue