目前,我使用系统默认键盘,下面是我的键盘看起来像
_dummy = [UITextField new];
_dummy.keyboardAppearance = UIKeyboardAppearanceLight;
_dummy.keyboardType = UIKeyboardTypeDefault;
_dummy.autocorrectionType = UITextAutocorrectionTypeNo;
在这里,第一个截图是我的键盘看起来像,非常老派,接下来的两个来自YikYak和Vine。
差异很明显(即间距,字母大小)。我想让我的键盘像Vine或YikYak一样紧凑。有什么想法吗?