APLStoryboardContainerViewController 0.0.3

APLStoryboardContainerViewController 0.0.3

TestsTested
LangLanguage Obj-CObjective C
License MIT
ReleasedLast Release Aug 2016

Maintained by Tino Rachui, cg, Mathias Köhnke, Michael Kamphausen, Mathias Koehnke, Nico Schümann.



  • By
  • Tino Rachui and Mathias Koehnke

A view controller which can load and embed other view controller from different storyboards.

  • In a storyboard insert an ordinary view controller. Set at least the property 'storyboardName' for this view controller. The storyboard name specifies the storyboard from which to load another view controller which will then automatically loaded and embedded as child view controller. If the property 'viewControllerName' is not set the initial view controller of the storyboard will be loaded.

Usage

Import header file:

#import "APLStoryboardContainerViewController.h"