// // KeyBoardAccessoryView.m // Lighting // // Created by 曹云霄 on 2016/12/9. // Copyright © 2016年 上海勾芒科技有限公司. All rights reserved. // #import "KeyBoardAccessoryView.h" @implementation KeyBoardAccessoryView - (instancetype)initWithFrame:(CGRect)frame { if (self = [super initWithFrame:frame]) { self.backgroundColor = [UIColor whiteColor]; [self uiConfigAction]; } return self; } #pragma mark - UI - (void)uiConfigAction { NSArray *itemArray = @[@"camera",@"album",@"smilingface"]; CGFloat size = 25; CGFloat interval = 30; for (int i=0; i