Hi,
I need to set a property of a UIView (from inside the same UIView, not from its ViewController) based on its initial bounds. What is the earliest point I can access its bounds?
I have tried:
and
but in both cased self.bounds is still null.
Thanks.
I need to set a property of a UIView (from inside the same UIView, not from its ViewController) based on its initial bounds. What is the earliest point I can access its bounds?
I have tried:
- (id)initWithCoderNSCoder *)aDecoder
and
- (void)didMoveToWindow
but in both cased self.bounds is still null.
Thanks.