Android App Development
iOS App Development
Flutter App Development
Cross Platform App Development
Hire on-demand project developers and turn your idea into working reality.
Big thanks to Webkul and his team for helping get Opencart 3.0.3.7 release ready!
Deniel Kerr
Founder. Opencart
Top Partners
if we have a two storyboard eg. storyboard1 and storyboard2 then we can call their view controller from any storyboard.
example: calling view controller of storyboard2 from storyboard1.
Steps we have to follow.
1: open stroryboard2 and select view controller to call.
2: click on “show the identity inspector ” and here write their storyboard ID as “MainViewController”;
3: write code where you have to load .
if your storyboard1 contains navigation controller then no need to UI navigation controller but if you have no navigation controller as a parent then we have to push using UI navigation controller.
with navigation in your story board:
without navigation in your strory board:
4: and you can pass the data by allocation memory of class.
viewcontrollerclass v= [viewcontrollerclass alloc] init];
v.first_element = @”ABC”;
v.second_element = @”due”;
Your email address will not be published. Required fields are marked*
Name*
Email*
Save my name email and website in this browser for the next time I comment.
Be the first to comment.
We use cookies to personalize your experience. By continuing to visit this website you agree to our use of cookies. Learn more about privacy policy
Name
Email
Subject
Enquiry or Requirement
If you have more details or questions, you can reply to the received confirmation email.