iphone - Is there a way to change the height of a UIToolbar? -


I found UIToolbar in an interface builder and I found that it is closed 44px long Of course I want to make this big

Does the applet allow to resize this control? If so, how do I go about it?

Sure, just set your frame differently:

  [MyToolbar setFrame: CGRactam (0, 50, 320, 35)];  

This will make your toolbar 35 pixels tall. Of course this requires an IBOutlet or UIToolbar program, but it is very easy to do.


Comments

Popular posts from this blog

oracle - The fastest way to check if some records in a database table? -

php - multilevel menu with multilevel array -

jQuery UI: Datepicker month format -