Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我想创建一个带有自定义按钮的 UITextView 子类来调用 Siri(用于其语音到文本的文本输入)。这可能吗?我不介意是否显示键盘,我只想提供我自己的按钮来打开 Siri。
不幸的是,你不能这样做(从 iOS 6.0 开始)。使用 Siri 的唯一方法是使用UITextFields并让用户通过向 Siri 听写来输入文本。
UITextFields