0

I read about the refactoring storyboards in iOS.

Refactoring storyboard means that we can submodule the view controller in the storyboard and connect with the references.

So I want to know that, is this feature compatible with iOS 8? I haven't tried yet this technique and multiple storyboards in a project.

Please let me know should I use this in iOS 8 targeted project or not?

Thanks

Gopal Devra
  • 171
  • 1
  • 13
  • What do you mean with refactoring storyboards? Refactoring normal means rename/extracting/rewrite code so I don't see why this would not be compatible with iOS 8. – rckoenes Apr 15 '16 at 14:30
  • This is a good question, no reason to close it. It's about a new feature introduced in 2015. – bpapa Apr 15 '16 at 14:38
  • @bpapa, but what kind of answer is expected to this kind of question? To me it sounds too generic. Or the answer would contain only "yes, it's compatible", "no, it's not compatible". – Farside Apr 15 '16 at 14:43
  • Isn't this a Q & A site? – bpapa Apr 15 '16 at 14:46
  • Answer being well mentioned [here](http://stackoverflow.com/a/30772291/2710486) – zc246 Apr 15 '16 at 14:56
  • I'm voting to close this question as off-topic because insufficient research. The answer is in the documentation. – Cindy Meister Apr 15 '16 at 15:49

1 Answers1

2

At the bottom of the "Refactoring One Storyboard into Multiple Storyboards" article, it says

Compatibility: Storyboard references require an app targeting at least iOS 8.0, OS X 10.10, or watchOS 1.0.

bpapa
  • 21,409
  • 25
  • 99
  • 147