-3

Will the UIStackView work with iPhone all versions?

rmaddy
  • 314,917
  • 42
  • 532
  • 579
Roa
  • 109
  • 7

1 Answers1

1

You can read about UIStackView here. It requires minimum iOS 9.0, read here https://developer.apple.com/library/prerelease/ios/documentation/UIKit/Reference/UIStackView_Class_Reference/. Also you can check all device which support iOS9 from this link iOS 9 supported devies

Surjeet Singh
  • 11,691
  • 2
  • 37
  • 54
  • Whilst this may theoretically answer the question, [it would be preferable](//meta.stackoverflow.com/q/8259) to include the essential parts of the answer here, and provide the link for reference. – Tobi Nary Mar 12 '16 at 23:00