开发者

Calling Tableview

How can we directly call UITableview in view controller classs...开发者_如何学运维.


If you added a table view to your nib file in Interface Builder, you need to bind it to an IBOutlet property in your class, then call the table view by its IBOutlet property.

If your view controller is a UITableViewController subclass, you can just use self.tableView.

0

上一篇:

下一篇:

精彩评论

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

最新问答

问答排行榜