FloatingBottomSheet
A library that displays floating bottom sheet.
Compatibility
FloatingBottomSheet requires iOS 14+ and is compatible with Swift 5 projects.
Installation
Swift Package Manager.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