With reference to my previously asked question,
I done with above issue. I successfully created the iPhone and iPad design with single storyboard by using
Vary of traits
But now my issue is , I want to make button's different width and height and all related constraints according to the different iPhone screen sizes. If I am using "Vary of traits" it will update button for all screen sizes for iPhone.
For eg:
- iPhone 6: I want to set button top constraint from superview is 100
- iPhone 5s: I want to set button top constraint from superview is 60
Please suggest me regarding this.
Any help or suggestion appreciated.