开发者

TableView is not adding more than 2 TableCellView

开发者 https://www.devze.com 2023-01-04 12:39 出处:网络
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 dro

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

精彩评论

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