IP属地:广东
func boundingRect(with size: CGSize, options: NSStringDrawingOptions = [...
iOS11 layer新增了maskedCorners属性 UIViewContentMode 视图内容的填充方式
AutoLayout 通过参照和约束完成目标布局 Constraints(约束) 一个AutoLayout约束是NSLayoutConstrai...
__bridge:内存管理权不改变(需要使用 CFRelease 函数手动释放 C 语言对象) __bridge_retained: 在 OC ...
使用 sms/tel 协议头和联系人的电话号码构建 url 地址,通过 UIApplication 对象的 openUrl 方法启动系统短信息/...
自动引用计数 swift使用ARC 来跟踪和管理应用程序的内存,会在类的实例不再被使用是对,自动释放其占用的内存。仅仅应用于类的实例。(结构体和...
Assertion failure in -[UITableView _configureCellForDisplay:forIndexPath...