forked from Chinamobo/iOS-Project-Template
-
Notifications
You must be signed in to change notification settings - Fork 13
Home
BB9z edited this page Jan 2, 2020
·
30 revisions
下载好后使用 bootstrap 脚本初始化。
- 移除 git submodule,简化项目配置;
- CocoaPods 使用 CDN 仓库;
- PreBuild 系统移除,如有需求推荐使用 Carthage 或 pod package;
- 依赖更新:
- RFDelegateChain 从新的源导入。
- 组件更新:
- Date+App,增加 TimeStamp 时间戳类型;
- DateFormatter+App,周几的格式调整;
- MBAudioRecorder,新增状态代理,限制录音长度,录音结束 AVAudioSession 设置;
- MBBottomLayoutView,更好的裁切判断;
- MBCollectionViewColumnLayout,像素对齐行为优化;
- MBCollectionViewEqualColumnSpaceLayout,支持水平方向;
- MBFormSelectButton,暴露
displayStringWithValue:方法便于子类重写; - MBModalPresentSegue,导航获取行为调整;
- MBShareManager,新增 QQ 分享,第三方登入;
- MBTabController,子 vc 不再需要强制实现 listView;
- UIButton+App,修正 text setter;
- ZYLayoutButton,支持禁用时半透明,当前大小作为 intrinsicContentSize。
- 最低支持的 iOS 版本提升为 11.
2019 年之前的版本