In Android there is the lifecycle callbacks for execute code in the onCreate, etc., lifecycle of an activity.
Does iOS have something similar like that?
I'm not asking about UIViewController lifecyycle. I want to know how to handle in one place all the viewdidappear, viewdidloaof, etc... of my view controllers.