GitHunt
OH

OhKanghoon/BasicBottomSheet

BasicBottomSheet

Build Status
Swift Package Manager compatible
Swift Versions
Platform

A library that displays bottom sheet.

See the BasicBottomSheet DocC documentation hosted on the Swift Package Index.

Compatibility

BasicBottomSheet requires iOS 11+ and is compatible with Swift 5 projects.

Installation

Swift Package Manager.

The preferred way of installing BasicBottomSheet 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/BasicBottomSheet) 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 'BasicBottomSheet'
end

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

$ pod install

Languages

Swift98.3%Ruby1.7%

Contributors

Latest Release

0.1.0August 11, 2024
MIT License
Created August 1, 2024
Updated August 23, 2024