Objc基础学习记录--UIViewController

多个view之间切换用Embed in --》UINavigationController

sugues的方式  有push和modal 及其cuestom

关于其重要的方法:

-(void) prepareForSegue:(UIStortboardSegue *)segue ender:(id)

UIViewController *newController = segue.destinationViewController;

if( [segue.identifier isEqualToString :@"````“]){}

 
原文地址:https://www.cnblogs.com/ievjai/p/4217196.html