08 2016 档案

摘要:跟通知一样也是两个控制器,然后代码创建控件直接上代码 #import "ViewController.h" #import "TwoViewController.h" @interface ViewController () { UIButton *_nextBtn; UILabel *_showL 阅读全文
posted @ 2016-08-23 22:12 厚积薄发1 阅读(174) 评论(0) 推荐(0)
摘要:直接创建两个控制器,点击跳转第二个界面,然后点击按钮进行传值 #import "ViewController.h" #import "TWOOViewController.h" @interface ViewController () @property(nonatomic,weak)UILabel 阅读全文
posted @ 2016-08-22 23:31 厚积薄发1 阅读(324) 评论(0) 推荐(0)