如何使用for循环动态创建uitextfield
我尝试动态创建 uitextfield,但无法创建文本字段名称。任何人都知道请帮助我。
I try to create the uitextfield dynamically, but i can't create the textfield name.Anybody knows please help me.
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(3)
来自 如何创建文本字段?
要创建文本字段,请使用 UITextField 类,如清单 11 所示。
清单 11:创建文本字段
from How do I create a text field?
To create a text field, use the UITextField class, as shown in Listing 11.
Listing 11: Creating a text field
为每个 UITextField 分配标签..
然后使用访问文本字段
Assign tag for each UITextField..
then access the textField using
/****************方法中的代码******* >*********/
/****************Code In Your Method****************/