forked from Chinamobo/iOS-Project-Template
-
Notifications
You must be signed in to change notification settings - Fork 13
Home
BB9z edited this page Feb 18, 2020
·
30 revisions
下载好后使用 bootstrap 脚本初始化。
- 交互式自动 bootstrap 脚本;
- 移除 git submodule,简化项目配置;
- CocoaPods 使用 CDN 仓库;
- PreBuild 系统移除,如有需求推荐使用 Carthage 或 pod package;
- 项目配置更新,Swift 5,macCatalyst;
- 依赖更新:
- RFAPI v2;
- RFDelegateChain 从新的源导入。
- 组件更新:
- 导航样式默认无阴影,隐藏返回按钮标题;
- Date+App,增加 TimeStamp 时间戳类型;
- DateFormatter+App,周几的格式调整;
- MBAudioRecorder,新增状态代理,限制录音长度,录音结束 AVAudioSession 设置;
- MBBottomLayoutView,更好的裁切判断;
- MBCollectionViewColumnLayout,像素对齐行为优化;
- MBCollectionViewEqualColumnSpaceLayout,支持水平方向;
- MBFormFieldVerifyControl,验证支持跳过被隐藏输入框,验证失败按钮连接及自动化功能,必要方法暴露;
- MBFormSelectButton,暴露
displayStringWithValue:方法便于子类重写; - MBModalPresentSegue,导航获取行为调整;
- MBShareManager,新增 QQ 分享,第三方登入;
- MBTabController,子 vc 不再需要强制实现 listView;
- TextField,增加用户名、邮箱类型,textContentType 已设置跳过,增加 leftAccessoryView;
- UIButton+App,修正 text setter;
- ZYImageView,支持运行时更换 placeholderImage;
- ZYLayoutButton,支持禁用时半透明,当前大小作为 intrinsicContentSize。
- 最低支持的 iOS 版本提升为 11.
2019 年之前的版本