objective c - Xcode storyboards and xibs for iPhone and iPad -



objective c - Xcode storyboards and xibs for iPhone and iPad -

i have iphone app thats uses xib's graphical interface.

we planning create ipad app using same code, different graphical interface.

i storyboards because of nice flow , overview , thinking of using ipad, i'm considering not because:

is bad practice have 1 ipad not iphone? the seque , push/present can confusing? having more developers in storyboard can give merge nightmares?

thanks in advance

is bad practice have 1 ipad not iphone?

if go on utilize xibs, same both if universal app. confusing others may work on code. , might end lot of if else code.

the seque , push/present can confusing?

once used it, useful way of navigating between controllers. if have specific questions point out.

having more developers in storyboard can give merge nightmares?

its xml document, versioning scheme out there can handle merges pretty easily. file if 2 or more developers have worked on same piece of code (in case can color change, layout change) yes conflicted. , developers should in sync. if 1 dev changing whole construction of controllers yes nightmare. need wait , latest working re-create , ammend changes.

and dont have set eggs in 1 basket. can have multiple storyboards well.

objective-c xcode xib xcode-storyboard

Comments

Popular posts from this blog

formatting - SAS SQL Datepart function returning odd values -

c++ - Apple Mach-O Linker Error(Duplicate Symbols For Architecture armv7) -

php - Yii 2: Unable to find a class into the extension 'yii2-admin' -