In a ViewController, there is ViewDidLoad
to know when the VC has loaded.
For a UIView, what method do i have to use when the view loaded?
Would this method be called with any init?
edit: No XIB, just programmatically.
In a ViewController, there is ViewDidLoad
to know when the VC has loaded.
For a UIView, what method do i have to use when the view loaded?
Would this method be called with any init?
edit: No XIB, just programmatically.
Swift 2: