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.
我有一个 TextField 并使用 UIKeyboardType.numberPad 作为键盘输入(只需要整数输入)。这种键盘类型没有 Return/Done 键。
我一直在努力寻找一种将其添加到键盘的方法。我过去用 Swift 做过这个,但不知道如何用 SwiftUI 做同样的事情。任何帮助将不胜感激。