MarcoCarnevali
MarcoCarnevali

Reputation: 668

Xcode 6 Constraints with button images

I am creating an app that have a dashboard with 11 images..

1 is the background, 1 are the lines that divide the button and 9 are the button with images.

I tried several times with the automatic constraints assignment but I also tried manually and I can't figure it out how to setup the constraints correctly. I followed also a lot of tutorial. If you watch the image below, you can see that the button/images especially in the iPhone 4 are weird!

enter image description here

Upvotes: 4

Views: 1537

Answers (2)

Bhavin Bhadani
Bhavin Bhadani

Reputation: 22374

you have to take a view which contains a button....after that just follow the below image for set up view constraints...You have 9 images ...I just gave you demo with 7 buttons

enter image description here

and for button there is just 4 constraints...I setup for one...you just need to follow for all buttons...

enter image description here

And here is the result image...

enter image description here

Upvotes: 8

Bhadresh Mulsaniya
Bhadresh Mulsaniya

Reputation: 2640

Add all of the components into UIView and than set the constraints for UIView. These will help a lot to setup view.

Upvotes: 0

Related Questions