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.
我正在尝试制作一个像下面这样的自定义键盘,他们在其中添加那一行键。您能否明智地指出某种方向代码。我已经阅读了文档。谢谢。
它不是自定义键盘,而是UIView附加到键盘的子类。您可以通过将inputAccessoryView您的属性设置为UITextView包含额外按钮的视图来执行此操作。
UIView
inputAccessoryView
UITextView