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.
只需设置一个 NSForm 并将第一行绑定到 Interface Builder 中的 NSFormCell 。
当我输入文本时,我希望在 [myFormCell placeholderString] 或 [myFormCell placeholderAttributedString] 中得到结果,但结果为零。
相反,我用 [myFormCell stringValue] 得到它。
占位符字符串的目的是什么?我做得对吗?
当用户尚未输入任何内容时,将使用占位符字符串。因此,您可以指示用户输入什么,而无需单独的标签。