0
視圖如何編程退出視圖在iPhone應用程序退出在iPhone
視圖如何編程退出視圖在iPhone應用程序退出在iPhone
這是一個非常模糊的問題...我可以解釋它的幾種方法:
1)如何解僱在導航控制器
[self.navigationController popViewControllerAnimated:YES];
2)如何I D手動視圖控制器在導航控制器
[self.navigationController dismissModalViewControllerAnimated:YES];
3手動ismiss模態的視圖控制器)從視圖層次
[theView removeFromSuperview];
4)如何編程退出應用刪除視圖
exit(0);