开发者

Calling Tableview

开发者 https://www.devze.com 2023-01-26 15:43 出处:网络
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

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

精彩评论

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

关注公众号