开发者

iPhone SDK: Adding Input Field Group

I cannot find how to a text field group, similar to what is in the Address Book 开发者_运维百科app:

iPhone SDK: Adding Input Field Group

(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?


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.


This is a Table with the style set to "grouped".

Here's a reference: http://developer.apple.com/iphone/library/documentation/UserExperience/Conceptual/TableView_iPhone/AboutTableViewsiPhone/AboutTableViewsiPhone.html

0

上一篇:

下一篇:

精彩评论

暂无评论...
验证码 换一张
取 消

最新问答

问答排行榜