ios 多視圖跳轉方法

系統方法:spa

第一種:rem

跳轉:[self presentModalViewController:control animated:YES];io

返回:[self dismissModalViewControllerAnimated:YES];方法

第二種:im

跳轉:[self.navigationController pushViewController:subTableViewController  animated:YES];animate

返回:[self.navigationController popViewControllerAnimated:YES];di

本身控制:view

 

[self.view addSubview:<#(UIView *)#>]vi

 

 

[self.view removeFromSuperview];co

相關文章
相關標籤/搜索