开发者

- Button's positioning on UIToolBar in IB -

As a fervent adept of IB, I created a UIToolBar (in IB of course) and added to it a few buttons.

So far so good ...开发者_高级运维 but then I tried to move each of them to the right position but IB doesn't let me do it ... Each time I try to scroll them IB moves them back to the former position !

Is there a way to choose their position in IB ?

If not, could you give me a piece of code for me to choose their position programatically ? (sigh :D)

Thanks,

Gotye.


If you want buttons to be anything other than left-aligned in a UIToolbar, you need to add flexible spacers

- Button's positioning on UIToolBar in IB -

to your toolbar.


Am I correct in assuming you want your buttons to be aligned to the right side of the tool bar?

Or when you say "right position" do you mean "correct position" (as in the difference between right position and wrong position, or right position and left position?)

The wording of your question is slightly ambiguous, so if you could clear that up, it would help greatly.

If you want the buttons to keep to the right-hand side of the toolbar, then you could place a flexible space item before the first button, on the left side. This will push your buttons to the right-hand side of the bar.

0

上一篇:

下一篇:

精彩评论

暂无评论...
验证码 换一张
取 消

最新问答

问答排行榜