Will the UIStackView work with iPhone all versions?
Asked
Active
Viewed 63 times
-3
-
Yes, It will work with all iPhone devices having iOS version 9.x except iPhone 4. – Surjeet Singh Mar 12 '16 at 16:32
-
UIStackView can be used only with iOS 9.0 and above. and iPhone 4 doesn't support iOS9. So you can't use for your phone. – Surjeet Singh Mar 12 '16 at 16:35
-
Thank you, I didn't know this – Roa Mar 12 '16 at 16:36
1 Answers
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