Deployment Target VS Base SDK 在做向下兼容时,有两个术语不得不了解:Deployment Target和Base ...
Dispatch queues Dispatch queue有两种类型,一种是线性queue,线性queue一个一个的执行queue上的任务,如...
Block 语法 Block字面量 可以省略return type 当return type和参数都为空时 Block类型变量 Function...
从iOS7开始,view controllers默认使用全屏布局(full-screen layout)。同时引进了不少属性,使你能更自由地控制...
最近做项目时就碰到了UIBarButttonItem无法响应点击事件的问题。 原因 找了原因才发现是因为在viewController.view...
什么是崩溃报告 官方细详介绍了崩溃官方细详介绍了如何查看崩溃日志 头(Header) 大部分字段一看就知道是什么意思,这里就几个介绍: Inci...
问题描述: 当你使用Timer时,特别repeat时,你的Timer所在类往往无法调用dealloc,也就该类一直有strong referen...
Presentation Controller & Device Orientation Animations 提供自定义的模态呈现视图控制器,...
UIView Animations 本文主要从下面五个方面进行介绍: 普通的UIView Animations Springs Transiti...