BM4Group is a collection of iOS components.
It's so huge that I split it into several independent components:
- Add
pod 'BM4Group', :git => 'https://github.com/chrain/BM4Group.git'to Podfile - Run
pod install. - Add
#import <BM4Group/BM4Group.h>when use.
- 项目中Log采用
BRCocoaLumberjack,为了使BRCocoaLumberjack输出的Log带颜色,请安装Xcode插件XcodeColors,然后在项目最开始使用[BMUtils setupLog]初始化Log。 - 由于没有打TAG,所以CocoaPods是以git的commit的唯一id来确认是哪一个版本的,所以
慎使用pod update。
CTAssetsPickerController系统图片多选Masonry链式Coding写AutoLayout