CoreData 查询数据 1. NSFetchRequest resultType NSManagedObjectResultType NSC...
NSManagedObject 上篇文章Core Data学习笔记一:创建CoreDataStack创建了Data Model 文件,并且创建了...
GitHub 地址: https://github.com/mengtian-li/MTSegmentedControl README MTSe...
iOS 10 以前创建CoreDataStack 1 Data Model Data Model 是Xcode提供的一个可视化Model 编辑器...
UISwitch 理论上,只用当用户点击了UISwitch,才会触发,vauleChange 的action方法但是实际开发中,发现iOS10机...
发现问题 在IB中拖放tableView,大小为设置为屏幕大小后,添加了四个方向的约束,发现,约束的值居然不是和想象中不太一样,不是0。 接着打...
1. .m 文件里定义static 常量 该文件里全局可见 (准确说应该是compilation unit,而不是文件) 外部文件不能通过ext...
Masonry 是什么 Masonry简介 Masonry 是一个基于AutoLayout的开源库,GitHubMasorny, 它实了用链式语...
上周写CoreData的时候,当使用Editor的Create NSManagedObject SubClass 生成好对应Entity的Man...