tags:

views:

59

answers:

1

I have 1 UIBarButoonItem on UINavigationBar.now as i'm moving view from portrait to landscape mode my UINavigationBar resizes Automatically but UIBarButtonItem not autoresizes My UIBarButtonItem is at rightmost position

+1  A: 

barbuttonitems aren't supposed to resize...
That's something you will have to do manually if you want it

casey
can u tell me how to do it manually?
Here is a good site to get you started with a custom sized button for a toolbar or navigation bar http://www.tonyamoyal.com/2010/04/17/how-to-change-a-uibarbuttonitem-in-the-iphone-toolbar/
casey