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

objective c - iPhone and it's wireless area -

unix - Listing all shared memory segments used by a process on AIX5.3+ -

tsql - Correct sql/hql query (aggregate in where clause) -