0

Is the feature of autosizing using storyboard disappeared in Xcode 6.3? And how can I develop for multiscreen (iPhone/iPad)?

I am sorry for my poor question. Thanks in advance.

  • Better solution is AutoLayout.Just,google AutoLayout in iOS.Beside,you can use autoresizing in code – Leo May 13 '15 at 03:04

1 Answers1

0

Go to the file inspector (the window is on the right) and make sure "Use Auto Layout" and "Use Size Classes" are checked.

Jessica
  • 9,379
  • 14
  • 65
  • 136