iOS: hide/disable 新 iOS 底栏

iOS: hide/disable new iOS bottom bar

无论如何要隐藏或禁用 [​​=19=] 上新的 iOS 9 底栏?

image: iOS bottom bar

那不就是键盘工具栏吗?我猜你是 运行 它在 iOS 模拟器上,它经常出错并且不显示键盘但仍会显示工具栏。如果隐藏键盘(模糊所有可输入文本的 UI 元素),工具栏也会隐藏。

根据 iOS 工具栏指南 "Can hide when the keyboard appears, the user makes a gesture, or when the containing view controller transitions to a vertically compact environment." 因此,真实的设备测试将演示该行为。参考 https://developer.apple.com/library/ios/documentation/UserExperience/Conceptual/MobileHIG/Bars.html#//apple_ref/doc/uid/TP40006556-CH12-SW4

您可以在 TextFields 和 TextAreas 上使用以下 属性 来隐藏这个新的操作栏:

http://docs.appcelerator.com/platform/latest/#!/api/Titanium.UI.TextArea-property-showUndoRedoActions