如何在我的iphone视图中放置滚动?

时间:2011-03-04 10:25:44

标签: iphone uiscrollview

在我的viewDidLoad中,数据太多, 所以我该怎么办才能使用所有这些, 某种滚动,但如何编码?

Picture (you cannot go to the next step if you do not input a picture. Existing or snap a new one)
Name
Age
Gender
Profession
Hobby
Things I like
Things I dislike
Business Address/Home Address (you choose one first and then you can type in the field)
Email Address
Other (this field does not have to match to others for a connection to be made)
Phone number (Automatically it will show the persons phone number)

有领域,我可以制作它们,但我没有更多空间: - (

1 个答案:

答案 0 :(得分:1)

使用UIScrollView。但是我猜你已经知道了。阅读Learning the basics of UIScrollView

或者,如果您的数据表示可以在TableView上显示为单元格/行的逻辑组或集合,您也可以浏览UITableView。