BasicBottomSheet 0.1.0

BasicBottomSheet 0.1.0

Kanghoon Oh 维护。



  • OhKanghoon

BasicBottomSheet

Build Status Swift Package Manager compatible Swift Versions Platform

一个显示底部菜单的库。

请参阅在 Swift Package Index 上提供的主机上的 BasicBottomSheet DocC 文档

兼容性

BasicBottomSheet 需要 iOS 11+ 并与 Swift 5 项目兼容。

安装

安装 BasicBottomSheet 的首选方式是通过 Swift 包管理器

  1. 在 Xcode 中,打开您的项目并导航到 文件添加包
  2. 粘贴存储库 URL(https://github.com/OhKanghoon/BasicBottomSheet)然后点击 下一步
  3. 对于 规则,选择 直到下一个主要版本
  4. 点击 添加包
# Podfile
use_frameworks!

target 'YOUR_TARGET_NAME' do
  pod 'BasicBottomSheet'
end

替换 YOUR_TARGET_NAME,然后在 Podfile 目录中键入

$ pod install