tags:

views:

260

answers:

1

as title how to?the class method of UIToolbar is add the button all in single line

[contentToolBar setItems:items animated:NO];

but i want it can add in different line or multiple line, thanks

+1  A: 

That's not exactly the HIG. So you've got to do it yourself.

Nikolai Ruhe
hi, how to do?have to create own custom class?can give a reference code how to start i really need this, thanks
Just to echo Nikolai, this really isn't a good UI decision. You can create multiple UIToolbars and put them on top of each other in Interface Builder, but this could be grounds for having the app rejected from the App Store.
Ben Gotow