1

In the picture below you can see "prototype" of menu I need to create.

enter image description here

I managed to do it with only single item in the middle, but how can I achieve exactly the same result as you can see in the picture ?

Each circle should be a separate element.

Wain
  • 118,658
  • 15
  • 128
  • 151
Stevik
  • 1,092
  • 2
  • 16
  • 37
  • Check out this answer here: http://stackoverflow.com/a/26373646/952608 - this details how you make a subview percentage based compared to the superview. In your example, you'll need to set each subview with a 0.33 multiplier (33% width) – Moe Jan 03 '16 at 14:22

1 Answers1

1

If I have understood your problem, then following is the solution.

Add following constraints as shown in screenshot, I have also included result achieved in simulator with these constraints in screenshot.

And for setting borderWidth and corner radius I have used run time attributes which is also shown in screenshot.

Edit- Added new ScreenShot.

enter image description here

Ajay Kumar
  • 1,807
  • 18
  • 27