سؤال

I am currently developing a iOS framework for other developers to use. I intend to use "ECSlidingViewController" framework and add it a webView to that Slide-Up. I already have it working on two projects but they all use storyboards in it.

My search for sample projects to test my framework raised a big question. 9 out of 10 of this samples didn't use storyboard.

So my question is: Should I start developing my framework for non-storyboard apps or is this situation only happening in sample projects.

هل كانت مفيدة؟

المحلول

What do you mean by sample projects.

All applications prior to iOS 5.0 are non-storyboard type.

If you intend to support versions prior to 5.0 only, you have to leave out the option to support storyboard.

If you are supporting older as well as 5.0 + versions you have to build it for storyboard as well as non storyboard applications.

مرخصة بموجب: CC-BY-SA مع الإسناد
لا تنتمي إلى StackOverflow
scroll top