Ubaguruma Ubaguruma可以像 LINE 一样的照片选择选择器。
需求
- Xcode 10.2+
- Swift 5.0+
- iOS 11+
安装
CocoaPods
Ubaguruma 通过CocoaPods提供。要安装它,只需在Podfile中添加以下行:
pod "Ubaguruma"
Carthage
Carthage 是 Cocoa 应用程序的分布式依赖性管理器。
$ brew update
$ brew install carthage
要使用 Carthage 将 Ubaguruma 集成到您的 Xcode 项目中,请在其Cartfile
中指定它。
github "nakajijapan/Ubaguruma"
然后,运行以下命令来构建Ubaguruma框架
$ carthage update
使用方式
初始化
let imagePickerController = Ubaguruma.ImagePickerController()
let safeAreaInsetBottom = view.safeAreaInsets.bottom
let defaultKeyboardMinY: CGFloat = 346
chatToolbarViewBottomConstraint.constant = defaultKeyboardMinY - safeAreaInsetBottom
imagePickerController?.visibleHeight = defaultKeyboardMinY
imagePickerController?.present(containerController: navigationController, animated: animated)
作者
nakajijapan
许可协议
Ubaguruma遵循MIT许可协议。有关更多信息,请参阅LICENSE文件。