views:

20

answers:

1

How do I resize the UITextField when clicked with, like the search bar in mobile Safari?

+1  A: 

I did not know the answer, so I made you a little demo project.

http://github.com/st3fan/iphone-experiments/tree/master/Miscellaneous/ResizingTextField/

St3fan
Thanks works flawlessly. I also assume this works for all uiviews
zsniper