06 2015 档案
摘要:A 页面跳转到 B页面,在关闭B页面的时候想将B页面的某些内容回传给A页面在B页面写代理的相关方法@protocol 控制器的名称 + Delegate @optional-(void) xxxxxx:(控制器 *) control@end@interface 控制器 : UIViewControl...
阅读全文
摘要:1. SB 窗体之间跳转可以通过连线来完成,跳转分为手动(manual)、自动跳转2. 手动跳转 通过 方法 来获取 连线segue的唯一标识-(void)perfromSegueWithIdentifier:(NSString *)identifiler sender:(id)sender[ se...
阅读全文