开发者

TableView is not adding more than 2 TableCellView

I have added a TableView using interface builder. Now i am trying to insert TableViewCellView into that TableView. Its just allowing me drop 2 CellView from the开发者_如何学C Library. As soon as i dropped 3rd CellView, it put it outside the TableView.

what i am doing wrong?

Following this tutorial

http://www.galloway.me.uk/tutorials/custom-uitableviewcell/


It puts first and second UITableCellView as footer and header view of your table, custom views that you can put at top and bottom of your table. All contents of your table you should create in code. Read documentation about UITableViewDataSource - it's pretty simple.

0

上一篇:

下一篇:

精彩评论

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

最新问答

问答排行榜