Domanda

I am quite new to xcode and app production. I have just finished watching a youtube video which uses storyboard to drill down without using any code. It involves using several Tableview controllers and creating a segue between tableview controllers to move between one another.

I have a two questions regarding this method.

Will apple accept my app using this technique?

What are the downsides to using this technique rather then doing it the traditional way?

here is the link to the video: http://www.youtube.com/watch?v=EYm3UH5rQtE

thanks for your time.

È stato utile?

Soluzione

The storyboard and segue methods are provided by Apple. Your app will not get rejected because this option to use storyboard and segues are provided by Apple himself.

You can find out the opinions about the pros and cons using the storyboard or interface builder in a lot of places. One of them is here: http://blog.teamtreehouse.com/why-i-dont-use-interface-builder

Autorizzato sotto: CC-BY-SA insieme a attribuzione
Non affiliato a StackOverflow
scroll top