240 发简信
IP属地:安徽
  • Resize,w 360,h 240
    iOS 多版本适配

    Deployment Target VS Base SDK 在做向下兼容时,有两个术语不得不了解:Deployment Target和Base ...

  • Resize,w 360,h 240
    GCD Basic

    Dispatch queues Dispatch queue有两种类型,一种是线性queue,线性queue一个一个的执行queue上的任务,如...

  • Block语法用法简记

    Block 语法 Block字面量 可以省略return type 当return type和参数都为空时 Block类型变量 Function...

  • Resize,w 360,h 240
    edgesForExtendedLayout浅淡

    从iOS7开始,view controllers默认使用全屏布局(full-screen layout)。同时引进了不少属性,使你能更自由地控制...

  • iOS7 UIBarButtonItem 无法响应点击事件

    最近做项目时就碰到了UIBarButttonItem无法响应点击事件的问题。 原因 找了原因才发现是因为在viewController.view...

  • 崩溃报告小谈

    什么是崩溃报告 官方细详介绍了崩溃官方细详介绍了如何查看崩溃日志 头(Header) 大部分字段一看就知道是什么意思,这里就几个介绍: Inci...

    0.4 8501 0 13
  • Timer 强引用无法释放问题

    问题描述: 当你使用Timer时,特别repeat时,你的Timer所在类往往无法调用dealloc,也就该类一直有strong referen...

  • 自定义模态跳转

    Presentation Controller & Device Orientation Animations 提供自定义的模态呈现视图控制器,...

  • Resize,w 360,h 240
    UIView Animation

    UIView Animations 本文主要从下面五个方面进行介绍: 普通的UIView Animations Springs Transiti...