如何使IOS键盘像YikYak或Vine一样紧凑

时间:2015-01-11 05:28:16

标签: ios objective-c iphone ios8 uikeyboard

目前,我使用系统默认键盘,下面是我的键盘看起来像

_dummy = [UITextField new];
_dummy.keyboardAppearance = UIKeyboardAppearanceLight;
_dummy.keyboardType = UIKeyboardTypeDefault;
_dummy.autocorrectionType = UITextAutocorrectionTypeNo;

在这里,第一个截图是我的键盘看起来像,非常老派,接下来的两个来自YikYak和Vine。 Screenshot from mine Screenshot from YikYak Screenshot from Vine

差异很明显(即间距,字母大小)。我想让我的键盘像Vine或YikYak一样紧凑。有什么想法吗?

0 个答案:

没有答案