简体   繁体   中英

iOS TableViewCell lifecycle - set outlets

What TablleViewCell method is called once the outlets of a custom TableViewCell are set when the TableViewCell is instantiated from a storyboard? So a method similar to viewDidLoad essentially. I tried awakeFromNib but it appears that outlets aren't set there as I would expect.

It seems that

layoutSubviews

does the trick.

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM