I am looking for a document or link that runs the runtime lifestyle of objects (views, segments, etc.) Tells you
Correcting the storyboard archive and unlocking objects / views / controllers is right.
In addition to this, I am eager to get this information to solve the query below:
More specifically, how the details are configured on the initial view controller launch, and more generally to use view controllers in the storyboard.
For example, the first link tells you that window.rootViewController is called from time to app: didFinishLaunchingWithOptions: , so that you can configure it is much more, And the second says that you can instantiate the VC through a CC or directly loaded code from your storyboard.
Comments
Post a Comment