rob-brown / RBStoryboardLink

Makes transitioning between storyboards possible.
Other
841 stars 110 forks source link

Allow linked storyboards to be in other framework bundles #29

Closed pxr closed 10 years ago

pxr commented 10 years ago

This change allows you have the linked storyboards be loaded from a bundle other than the main bundle.

In particular this will be useful in iOS8 for loading storyboards from framework bundles.

To use there is a new optional storyboardBundleIdentifier string that can be set the same as storyboardName is set. If this value is set to the bundle identifier that contains a storyboard with storyboardName then it will be loaded from that bundle.

pxr commented 10 years ago

@rob-brown What do you think about this idea? Thanks!

stanislaw commented 10 years ago

Obviously, it is the must-have feature, my +1 for it! (even without a concrete need of this in my current project)

@rob-brown, by the way, thanks for your work on RBStoryboardLink. We find it extremely useful for our projects!

rob-brown commented 10 years ago

Thanks for the contribution. Loading from other bundles is definitely a useful feature.