Emoji 默认选中第一个笑脸
This commit is contained in:
@@ -35,7 +35,7 @@
|
||||
- (instancetype)initWithFrame:(CGRect)frame {
|
||||
if (self = [super initWithFrame:frame]) {
|
||||
_dataProvider = [KBEmojiDataProvider shared];
|
||||
_currentIndex = 0;
|
||||
_currentIndex = 1;
|
||||
[self setupUI];
|
||||
[self registerNotifications];
|
||||
[self reloadData];
|
||||
|
||||
Reference in New Issue
Block a user