240 发简信
IP属地:广东
  • Resize,w 360,h 240
    Too many personality routines for compact unwind to encode for architecture arm64

    ld: too many personality routines for compact unwind to encode for archi...

  • Resize,w 360,h 240
    iOS 系统键盘崩溃

    完整堆栈如下: 需求解决方案,欢迎各位大佬指教!!!

  • iOS 快速排序

    核心代码 ///=================快速排序 - (void)sort { self.array = [NSMutableAr...

  • iOS GCD定时器封装

    GCD定时器封装 简单调用 [ZFTimer execTask:^{ NSLog(@"1111111 - %@",[NSThread c...

  • Resize,w 360,h 240
  • iOS 线程保活

    1、线程保活管理类.h文件 // // ZFPermenantThread.h // ZFThread // // Created by zzf...

  • Resize,w 360,h 240
    iOS 分类关联属性

    属性修饰关键字

  • Resize,w 360,h 240
    在view里画个空心圆,相当于遮罩出一个空心圆

    看效果 方法一: 代码如下,自定义UIView,重写以下方法 // Only override drawRect: if you perform...

  • iOS 字符串按宽度截取

    // // ViewController.m // TestSubText // // Created by zhangzifei on 201...