Changing the size of UISearchBar

Posted by camilo on Stack Overflow See other posts from Stack Overflow or by camilo
Published on 2010-03-26T13:05:52Z Indexed on 2010/03/26 13:13 UTC
Read the original article Hit count: 737

Filed under:
|
|
|

Hi.

Not being able to find the answer, and also not being able to do what I want with

CGSize searchBarSize = self.searchDisplayController.searchBar.frame.size; searchBarSize.width = ;

I ask: is there a way to change the width of a UISearchBar?

Tanks a lot.

© Stack Overflow or respective owner

Related posts about uisearchbar

Related posts about iphone