func boundingRect(with size: CGSize, options: NSStringDrawingOptions = [], attributes: ...
iOS11 layer新增了maskedCorners属性 UIViewContentMode 视图内容的填充方式
AutoLayout 通过参照和约束完成目标布局 Constraints(约束) 一个AutoLayout约束是NSLayoutConstraint的一个实例 Item ==...
reason: '-[_NSInlineData objectForKeyedSubscript:]: unrecognized selector sent to insta...
__bridge:内存管理权不改变(需要使用 CFRelease 函数手动释放 C 语言对象) __bridge_retained: 在 OC 对象转化为 C 对象时使用,表...
使用 sms/tel 协议头和联系人的电话号码构建 url 地址,通过 UIApplication 对象的 openUrl 方法启动系统短信息/打电话应用,实现功能(模拟器不...
自动引用计数 swift使用ARC 来跟踪和管理应用程序的内存,会在类的实例不再被使用是对,自动释放其占用的内存。仅仅应用于类的实例。(结构体和枚举类型是值类型,不是引用类型...
Assertion failure in -[UITableView _configureCellForDisplay:forIndexPath:], /BuildRoot/...
{ advertise = "<null>"; businessName = "\U6e5b\U6c5f\U9e21"; businessPhone = "<null>"; ...
NSArray *stringArray = @[@"甲",@"已",@"丙",@"丁"]; NSString *arrrayString = [testArray comp...
//一个section刷新 NSIndexSet *indexSet=[[NSIndexSet alloc]initWithIndex:2]; [tableview relo...
正则表达式是一种用来进行文本匹配的工具,其语法优美简洁。在开发中,查找、对比以及匹配字符串是家常便饭的业务,通过正则表达式我们将这些业务描述成某些需求规则,来让我们的代码更美...