开发者

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

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

上一篇:

下一篇:

精彩评论

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

最新问答

问答排行榜