0
如何在ipad上的方向更改中加載新的xib?如何在ipad的方向更改上加載新的xib?
如何在ipad上的方向更改中加載新的xib?如何在ipad的方向更改上加載新的xib?
在旋轉法,像willAnimateRotationToInterfaceOrientation:持續時間,你可以調用initWithNibName:上一個UIViewController束或類似的東西:
[[NSBundle mainBundle] loadNibNamed:name owner:self options:nil];
這裏是方法還是我必須把它寫自己,如果是的話在哪裏有關於如何編寫它的文檔 – Joe 2010-08-27 18:52:49
我假設你的意思是willAnimateRotationToInterfaceOrientation:duration:方法。這是UIViewController類的一部分。你可以在視圖控制器中覆蓋它。在此鏈接查看主題「創建替代風景界面」:http://developer.apple.com/iphone/library/featuredarticles/ViewControllerPGforiPhoneOS/BasicViewControllers/BasicViewControllers.html – Jerry 2010-08-28 18:18:05