@@ -41,7 +41,7 @@ - (NSDictionary *)emojis {
4141
4242- (NSString *)categoryNameAtIndex : (NSUInteger )index {
4343 // NSArray *categoryList = @[segmentRecentName, @"People", @"Objects", @"Nature", @"Places", @"Symbols"];
44- NSArray *categoryList = @[@" emoji" , @" big_monkey " , @" big_monkey_gif " , @" emoji_code " ];
44+ NSArray *categoryList = @[@" emoji" , @" emoji_code " , @" big_monkey " , @" big_monkey_gif " ];
4545 return index < categoryList.count ? categoryList[index]: categoryList.lastObject ;
4646}
4747
@@ -118,8 +118,8 @@ - (instancetype)initWithFrame:(CGRect)frame dataSource:(id<AGEmojiKeyboardViewDa
118118 __weak typeof (self) weakSelf = self;
119119 if (!showBigEmotion) {
120120 self.easeTabBar = [[UIEaseTabBar alloc ] initWithFrame: CGRectMake (0 , (self_Height - easeTabBar_Height), CGRectGetWidth (self .bounds), easeTabBar_Height)
121- selectedImages: [self .imagesForSelectedSegments objectsAtIndexes: [NSIndexSet indexSetWithIndexesInRange: NSMakeRange (0 , 1 )]]
122- unSelectedImages: [self .imagesForNonSelectedSegments objectsAtIndexes: [NSIndexSet indexSetWithIndexesInRange: NSMakeRange (0 , 1 )]]];
121+ selectedImages: [self .imagesForSelectedSegments objectsAtIndexes: [NSIndexSet indexSetWithIndexesInRange: NSMakeRange (0 , 2 )]]
122+ unSelectedImages: [self .imagesForNonSelectedSegments objectsAtIndexes: [NSIndexSet indexSetWithIndexesInRange: NSMakeRange (0 , 2 )]]];
123123 }else {
124124 self.easeTabBar = [[UIEaseTabBar alloc ] initWithFrame: CGRectMake (0 , (self_Height - easeTabBar_Height), CGRectGetWidth (self .bounds), easeTabBar_Height)
125125 selectedImages: self .imagesForSelectedSegments
0 commit comments