uisearch bar width is reduced when change orientation from landscape to portrait
问题 I am using tableview with search bar display controller, it shows good in portait and landscape view, but rotate from landscape to portrait search bar size is reduced, how to change the original size 回答1: The first your should catch the orientation: //AppDelegate.h @interface AppDelegate : UIResponder <UIApplicationDelegate> @property (nonatomic, unsafe_unretained) NSInteger isPortrait; //AppDelegate.m @synthesize isPortrait; - (BOOL)application:(UIApplication *)application