FloatingBottomSheet 2.2.1

FloatingBottomSheet 2.2.1

Kanghoon Oh 维护。



  • 作者:
  • OhKanghoon

FloatingBottomSheet

Logo
Swift Supported Platforms: iOS CocoaPods

一个显示悬浮底部界面的库。

兼容性

FloatingBottomSheet需要iOS 14+,并且与Swift 5项目兼容。

安装

Swift 包管理器

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

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

CocoaPods

# Podfile
use_frameworks!

target 'YOUR_TARGET_NAME' do
  pod 'FloatingBottomSheet'
end

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

$ pod install