系统方法: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