摘要:
一、 自動旋轉和自動調整大小1. 創建一個名為AutoSize項目後,單擊AutoSizeViewController.m,可看到模板已提供了一個名為shouldAutorotateToInterfaceOrientation的方法。2. 系統通過調用此方法詢問視圖控制器是否旋轉到指定方向。- (BOOL)shouldAutorotateToInterfaceOrientation:(UIInterfaceOrientation) interfaceOrientation { return (interfaceOrientation == UIInterfaceOrientationPortr 阅读全文