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.
我是 iOS 新手,我正在开发一个包含一些文本字段的应用程序。我希望当用户单击文本字段以输入文本时,不应删除标签(占位符)。我希望我的文本字段显示在这张图片中
任何建议或示例代码将不胜感激。谢谢。
UILabel 和 UITextField 是两个不同的类。您需要使用静态 UILabel(用户交互:否)和 UITextField 构建视图以输入用户提供的内容。使用 Interface Builder 很容易。