Skip to content

Latest commit

 

History

History
 
 

PlaceholderScene

PlaceholderScene

Mimicking storyboard reference through placeholder view controllers

[![CI Status](http://img.shields.io/travis/Khoa Pham/PlaceholderScene.svg?style=flat)](https://travis-ci.org/Khoa Pham/PlaceholderScene) Version License Platform

Usage

To run the example project, clone the repo, and run pod install from the Example directory first.

Features

  • Resolve placeholder view controllers
  • Resolve child view controllers for UITabBarController and UINavigationController

Storyboard setup

In one Storyboard, configure the placeholder view controller

And in the destination Storyboard, configure the Storyboard ID for the real view controller

Installation

PlaceholderScene is available through CocoaPods. To install it, simply add the following line to your Podfile:

pod "PlaceholderScene"

Author

Khoa Pham, onmyway133@gmail.com

License

PlaceholderScene is available under the MIT license. See the LICENSE file for more info.