Snowfun

导航

 

2011年3月4日

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