摘要: 1 #import "FristViewController.h" 2 #import "AppDateSource.h" 3 @interface FristViewController () 4 @property(nonatomic,strong)UILabel *showTextLabel; 阅读全文
posted @ 2016-02-25 19:52 恒远也 阅读(438) 评论(0) 推荐(0) 编辑
摘要: 1.属性传值和协议传值 1 #import "RootViewController.h" 2 #import "SecondViewController.h" 3 #warning 第四步:签订协议 4 @interface RootViewController ()<SecondViewContr 阅读全文
posted @ 2016-02-25 19:49 恒远也 阅读(231) 评论(0) 推荐(0) 编辑
摘要: 1 #import "ViewController.h" 2 3 int age = 18; 4 typedef int(^MaxBlock)(int,int); 5 @interface ViewController () 6 7 @end 8 9 @implementation ViewCont 阅读全文
posted @ 2016-02-25 19:39 恒远也 阅读(385) 评论(0) 推荐(0) 编辑