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.
有谁知道是否有可用的 Objective-c 计算器键盘?我正在寻找与本机文本字段结合使用的东西。它不是原生键盘,而是显示计算器键盘,让您可以直接在原生字段中执行计算。这类似于某些转换器应用程序上的键盘。
您可以使用标准键盘并添加工具栏作为文本字段的附件视图,并添加一些您选择的计算器功能。