开发者

Where can I do setup after loading my UITableViewCell subclass from a xib

开发者 https://www.devze.com 2023-03-25 05:02 出处:网络
I have to do some setup aft开发者_运维知识库er loading my UITableViewCell subclass from a xib. I can\'t do it in

I have to do some setup aft开发者_运维知识库er loading my UITableViewCell subclass from a xib. I can't do it in

-(id)initWithCoder:aDecoder{}

because the IBoutlets haven't been set at this point. Is there another method after this point that is called?


You can use IBOutlets inside:

- (void)layoutSubviews
0

精彩评论

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