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
2010-05-05 19:50:22
can u tell me how to do it manually?
2010-05-06 05:32:31
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
2010-05-06 14:18:36