240 发简信
IP属地:上海
  • 轮播图2

    @interface ViewController () #define ScreenWidth [UIScreen mainScreen].b...

  • 访问系统相册

    //遵守协议 @interface ViewController () @property(nonatomic,strong)UIButton ...

  • 汤姆猫

    #import "ViewController.h" @interface ViewController () //画面链接 @property...

  • UI控件

    //1.按钮UIButton UIButton *button //表示定义了一个按钮对象 button.frame=CGMake(x轴,y轴,...

  • OC基本语法

    //整型变量 NSInteger a=10//表示定义了一个值为10的整型变量 //NSLog是oc中的打印函数 NSLog(@"a=%ld",...