I want make an app to iPhone 4 and 5, but when I add the constraints in storyBoard, this only show correctly in iphone 5. In iphone 4 some component hidden other.. Is there any form to apply this constraints to iphone 4 and other constraints to iPhone 5?
Asked
Active
Viewed 295 times
0
-
It's possible that you are setting constraints with fixed values that don't work on smaller screens. – Abizern Aug 25 '14 at 17:55
-
How can check this? I have in viewController of storyBoard in Simulated metrics -> Size: iPhone 4-inch, should I change this to iPhone 3.5 inch? – user3745888 Aug 25 '14 at 20:47
-
set your constrains to left right and bottom not to top that's should help – Dekel Maman Aug 25 '14 at 22:13
-
yes you can, you find here the solution : http://stackoverflow.com/a/37325714/2477632 hope that helps – HamzaGhazouani May 23 '16 at 07:51