YYBottomSheet
When you need to let user choose one of several, you can use YYBottomSheet. Simple And Clear.
Example
To run the example project, clone the repo, and run pod install
from the Example directory first.
Usage
To create and show a bottomSheet, first of all, import the module at the beginning of the file:
Then just show the bottomSheet as below:
And button handler (SelectHandler) is just a lambda:
You can customize several things as below:
Check full example as below:
Installation
YYBottomSheet is available through CocoaPods. To install
it, simply add the following line to your Podfile:
Author
DevYeom, dev.yeom@gmail.com