iPhone SDK:添加输入字段组

发布于 2024-09-01 07:06:31 字数 356 浏览 4 评论 0原文

我找不到如何进行文本字段组,类似于地址簿应用程序中的内容:

替代文字
(来源:puc.edu

有人可以告诉我我做错了什么吗?我找不到让它们看起来像这样的选项。

另外,有人知道字体、字号和颜色吗?

I cannot find how to a text field group, similar to what is in the Address Book app:

alt text
(source: puc.edu)

Can someone tell me what I am doing wrong? I can't find an option to make them look this way.

Also, does anyone know the font, font size and color?

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(2

北座城市 2024-09-08 07:06:31

正如 Devin 提到的,它只是一个 UITableView,其样式设置为 Grouped。然后每个单元格包含一个 UITextField。他们可能也发挥了魔力,因此当您在第一个单元格中单击“下一步”时,它会自动将第二个单元格分配为第一响应者,然后向下移动光标而不是收起键盘。

As Devin mentioned it is just a UITableView with it's style set to Grouped. Then each cell contains a UITextField. They probably also worked their magic so when you click "Next" in the first cell, it automatically assigns the second cell as a first responder, which then moves the cursor down instead of putting the keyboard away.

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文