修改H5中鍵盤上方done的顏色和漢語
1叭披、修改xcode 中項(xiàng)目info---->Localization native development region中的English為China(默認(rèn)是English)
2姿锭、 如果done為白色的話,可能是你全局設(shè)置UIBarButtonItem 的顏色導(dǎo)致的
UIBarButtonItem *apprance = [UIBarButtonItem appearance];
[apprance setTitleTextAttributes:@{NSForegroundColorAttributeName:WYGlobalRedTextColor,NSFontAttributeName:[UIFont systemFontOfSize:15]} forState:UIControlStateNormal];