Hey there i want to make my app look different on other iPhones so i want to make storyboards for every iDevices is it possible ??
(Without Auto-Layout) Thanks
Hey there i want to make my app look different on other iPhones so i want to make storyboards for every iDevices is it possible ??
(Without Auto-Layout) Thanks
Yes it is possible to create storyboards for every device that you want. However it is very tedious as compared to having 1 universal storyboard or two storyboards if you want different designs for iPad and iPhone.
Alternatively, you could also use code to detect whether it is an iPad or iPhone, check out this link. As for different sizes for the iPhone, you can do a manual check of the size of the scene and adjust accord.