ios - Is there a way to preload destination view controllers to expedite storyboard segue? -


I am working in iOS 7.1 - with many UIViewControllers in the interface builder storyboard.

One thing I noticed was that when my program distinguishes the top UIIUIUTLER (A) from others (B, C and D), and seeing that I support Segment between B, C I want to do it, and because of not returning to the DA, I wonder if it is understood to preload A, B, C, and D, and then use the user again or again Between B, C, and D.

The question is how can I do this? I already keep points / points to each UIWiUIUIUL controller, but when it is ready, the Fresh Sequence: (UITOryboardSEGE) is automatically called, the destination ViCenter always looks a different address than one saved in my address. I would think that the use of this provided Destination View Controller is similar to using a new load from scratch.

Suppose A is indicated for B, C and D. Is there any way to declare B, C, and D, allocate them very quickly, and then keep reusing B, C and D because users are running between them? I thought and tried to give some representative methods which call a rewinding near B, C, and D, but I was getting the error message that I was in the middle of presenting one and not deleting C or D Could do It looks safer to go straight from B to C or D without passing through A. It still leaves the problem, however, depending on the preparation, for the B, ForceGog wants me to give a new destination controller C or D, and not what I had saved in A (or B).

Thank you in advance for your help.


Comments