UITextField 作为 UITableView 中的子视图
我怎样才能实现我们可以在 Skype 应用程序的登录视图上看到的内容?
对我来说,它看起来像一个表视图,其中包含 UILabel 和 UITextField 作为子视图。我从来没有做过这样的事情,所以我想知道我该怎么做。
How can I achieve something that we can see on login view of Skype app?
It looks like a table View to me with UILabel and UITextField inside it as a subview. I've never done something like so I'd like to know how can I do that.
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
你可以这样做。检查以下代码
您可以添加类似上面的字段。
You can do this. Check the following code
You can add the fields like the above.