2012-10-25 36 views

回答

1

可能需要先檢查如何在設備方向更改 檢測在這裏看到:how to detect orientation change

然後在鏈路上的例子,你應該知道浩改變其顯示在屏幕上的視圖。可以通過使用諸如addSubview,presentModalViewController,pushViewController(對於NavigationController)做 例如:

  • [自我presentModalViewController:aView動畫:YES];
  • [self addSubview:aView];
  • [self.navigationController pushViewController:aView animated:YES];
+0

謝謝生病嘗試 – Bastian2025

+0

是的,做了我所需要的,謝謝! – Bastian2025

相關問題