I need to create universal app for iPhone 3.5, 4.0, 4.7, 5.5 inches mobile and iPad. Apart from this, I want to know what is the best way to create programming or use storyboards. I am using xcode-6.
When creating a new project, you must specify which device you want iPhone , the iPad and Universal option. Therefore, in your case you have to specify Universal .
storyboard < Whether or not to use / strong>, it depends a bit on your app. But especially when you want to go for all the devices and device sizes, I think that using storyboard is a good idea and still Autolayout and < Strong> Use size squares to change your screen to different screen sizes.
Comments
Post a Comment