IP属地:上海
@interface ViewController () #define ScreenWidth [UIScreen mainScreen].b...
//遵守协议 @interface ViewController () @property(nonatomic,strong)UIButton ...
#import "ViewController.h" @interface ViewController () //画面链接 @property...
//1.按钮UIButton UIButton *button //表示定义了一个按钮对象 button.frame=CGMake(x轴,y轴,...
//整型变量 NSInteger a=10//表示定义了一个值为10的整型变量 //NSLog是oc中的打印函数 NSLog(@"a=%ld",...