vote up 0 vote down star

i have following buttons in my application.

Now i want to set equal spacing among all buttons.

Suppose If I am using corelDraw or Photoshop, there is always an option for align & distribute.

Here I need to distribute my objects vertically.

How is that possible in interface builder of iPhone?

Sample image is given below, in which distribution is required. alt text

flag

2 Answers

vote up 1 vote down check

I dont think there an option to do it automatically, you can do some math though and get them to have equal spacing by setting their frames...

link|flag
vote up 1 vote down

Another option is to place all of these in a table (since they look like table view cells anyway), and adjust an empty footer view height to get the spacing you want between elements.

Of course that means you don't get to view the layout in IB.

link|flag
Nice Idea! Sir. – sagar Aug 24 at 22:04

Your Answer

Get an OpenID
or

Not the answer you're looking for? Browse other questions tagged or ask your own question.