-1

I write application for a 3.5-inch on one storyboard and for 4 inches in another stroryboard. As a delegate at startup check under what device is enter in and from there method can be carrying launch storyboard or iphone 4 or iphone 5

(because the larger screen iphone 5, can I expands the functionality?)

Is it correct?

jscs
  • 63,694
  • 13
  • 151
  • 195

2 Answers2

2

You don't have to do this. There is a button in the bottom left of interface builder that lets you switch between screen sizes, and using autosizing will adjust it for both screen sizes.

Chris Loonam
  • 5,735
  • 6
  • 41
  • 63
  • I now about this, but I'm interested in, or can I write the rules in this way? (apple is accept this?) PS(Project does not allow otherwise) – user1996717 Jan 28 '13 at 01:37
0

You can also use Autolayout too

Danny Lin
  • 180
  • 8