如何在 presentTextInputControllerWithSuggestions 中自定义听写视图
How can I customise the dictation view in presentTextInputControllerWithSuggestions
我用 presentTextInputControllerWithSuggestions 创建了一个页面,我想自定义听写视图。
我不想看到 "Cancel" 但是 "Retry" 例如。
我看到在“信息”应用中,听写视图是默认视图,但 "Send" 而不是 "Done"。
您知道此定制是否可用吗?我该怎么做?
不,无法自定义“取消”和“完成”按钮。
Apple 可以使用他们的私有 API 方法为他们的应用程序自定义 UI/UX 来完成我们(目前)做不到的事情。
最好的办法是 submit a feature request。
您可以通过查看文档方法或检查头文件来确定您能够更改的内容,这两者都可以在 Xcode. 中轻松获得
我用 presentTextInputControllerWithSuggestions 创建了一个页面,我想自定义听写视图。
我不想看到 "Cancel" 但是 "Retry" 例如。
我看到在“信息”应用中,听写视图是默认视图,但 "Send" 而不是 "Done"。
您知道此定制是否可用吗?我该怎么做?
不,无法自定义“取消”和“完成”按钮。
Apple 可以使用他们的私有 API 方法为他们的应用程序自定义 UI/UX 来完成我们(目前)做不到的事情。
最好的办法是 submit a feature request。
您可以通过查看文档方法或检查头文件来确定您能够更改的内容,这两者都可以在 Xcode. 中轻松获得