任何人都知道Foursquare App的结构是如何构建的?
看看这个:Foursquare's App Screenshot (右边的视图)
我正在尝试创建类似的布局。有一个导航栏和之后? TableView标题? 我不明白用户的头像和其他东西是什么吧。
非常感谢。
答案 0 :(得分:0)
对我来说看起来很标准。
UIView,带有UIImageView和3个UILabels。
然后是两个UIButton,最后......
嵌套在底部的UITableView ..
正如其他用户所说,如果移动表格时顶部滚动,则图像,标签和按钮位于TableView标题内。
UITableView *table = [[UITableView alloc] init];
table.tableHeaderView = UIView including image, labels and buttons