Which init
method is called by the storyboard for UIViewControllers
added to the storyboard?
The initializer used is initWithCoder:
- (id)initWithCoder:(NSCoder *)decoder
Then afterwards you will also get an awakeFromNib
message.
I believe it is awakeFromNib
If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!
Donate Us With