iOS 10 or later
pod 'BottomSheetViewController'
Run pod install
.
github "Nandalu/BottomSheetViewController"
Follow instructions on Carthage.
Add as submodule and clone:
git submodule add https://github.com/Nandalu/BottomSheetViewController
Then manually add to your project, as follows:
- Drag
BottomSheetViewController.xcodeproj
into your project. - Project settings - Targets - General - Embedded Binaries: add
BottomSheetViewController.frameworkiOS
Or just drag BottomSheetViewController.swift
into your project.
BottomSheetViewController.swift
is available under the MPLv2 license. That means, do not directly inject you app logic into it. Use properties and delegate methods it offers. We believe this will lead to better app architecture and framework developement.
Check out Example project, which is available under MIT license.