240 发简信
IP属地:北京
  • 增删改查

    ,,, @interface ViewController () @property (nonatomic,strong) NSMutableA...

  • setget方法

    .h {NSString *_name;int _age;}-(void)setName:(NSString *)namea;-(NSStrin...

  • Resize,w 360,h 240
  • Resize,w 360,h 240
    重写单元格

    在 AppDelegate.m 中 ViewController *theVc = [[ViewController alloc]init]; ...

  • 生成二维码

    UIImage *newImage = [QRCodeGenerator qrImageForString:self.WEN.text imag...

  • Resize,w 360,h 240
    本地通知

    没有第三方, 直接写代码即可 AppDelegate.m // 只有当应用在前台时,该方法才会被调用 - (void)application:(...