A library that displays bottom sheet.
See the BasicBottomSheet DocC documentation hosted on the Swift Package Index.
BasicBottomSheet requires iOS 11+ and is compatible with Swift 5 projects.
The preferred way of installing BasicBottomSheet is via the Swift Package Manager
- In Xcode, open your project and navigate to File → Add Packages
- Paste the repository URL (
https://github.com/OhKanghoon/BasicBottomSheet
) and click Next. - For Rules, select Up to Next Major Version.
- Click Add Package.
# Podfile
use_frameworks!
target 'YOUR_TARGET_NAME' do
pod 'BasicBottomSheet'
end
Replace YOUR_TARGET_NAME
and then, in the Podfile
directory, type:
$ pod install