在表格视图上添加文本字段和复选框
在我的 iPhone 应用程序中,我必须在两行表格视图中添加文本字段,并在一行中添加一个复选框。谁能给我提供一个可以帮助我的例子。我是 iPhone 新手,不知道如何开始。
提前致谢..
In my Iphone app I have to add textfield at two rows of tableview and a checkbox to one row. Can anyone provide me an example that can help me. I am new on Iphone and I don't know how to start with this.
Thanks in advance..
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(2)
中试试这个,
嘿,在你的 cellForRowAtindexPath {
}
如果你遇到问题,请给我发消息
Hey try this one in your cellForRowAtindexPath
{
}
If you get problem than message me
根据你的评论尝试这个:
as per your comment try this :