https://www.cnblogs.com/TankXiao/p/3348292.html
C# 跨线程调用控件
清空模拟器中的app
在项目中移除CocoaPods
设置导航栏 self.navigationItem.titleView 居中
Verify the Developer App certificate for youraccount is trusted on your device
字典转json
self.navigationController.navigationBar.translucent = YES航栏的属性默认 YES是透明效果并且主view不会偏移 NO是导航栏不透明 主view会向下偏移64px
归档-对模型数组对象(存储到本地的plist文件)也数组里存放的是模型
FMDB存储模型对象(以二进制存储)用NSKeyedArchiver archivedDataWithRootObject序列号,NSKeyedUnarchiver unarchiveObjectWithData反序列化(重点坑是sql语句@"insert into t_newsWithChannel (nwesName,newsType) values (?,?)")一定要用占位符
根据日期计算发布时间段(NSCalendar)