FloatingBottomSheet 1.2.2

FloatingBottomSheet 1.2.2

Maintained by Kanghoon Oh.



  • By
  • OhKanghoon

FloatingBottomSheet

Logo
Swift Supported Platforms: iOS CocoaPods

A library that displays floating bottom sheet.

Compatibility

FloatingBottomSheet requires iOS 14+ and is compatible with Swift 5 projects.

Installation

Swift Package Manager.

The preferred way of installing FloatingBottomSheet is via the Swift Package Manager

  1. In Xcode, open your project and navigate to FileAdd Packages
  2. Paste the repository URL (https://github.com/OhKanghoon/FloatingBottomSheet) and click Next.
  3. For Rules, select Up to Next Major Version.
  4. Click Add Package.

CocoaPods

# Podfile
use_frameworks!

target 'YOUR_TARGET_NAME' do
  pod 'FloatingBottomSheet'
end

Replace YOUR_TARGET_NAME and then, in the Podfile directory, type:

$ pod install