Latest | 1.2 |
---|---|
Homepage | https://github.com/leshchenko/BottomSheet |
License | Apache-2.0 |
Platforms | ios 10.0 |
Frameworks | UIKit |
Authors |
BottomSheet
Exaxmple
Installation
CocoaPods
Add next to your Podfile:
pod 'LKBottomSheet', '~> 1.1'
Manually
To integrate BottomSheet manually into your project, copy files from BottomSheetView
folder into your Xcode project.
Contribution
Feel free for forking and making pull requests. Create issues if you need some specific feature.
License
BottomSheet is released under the Apache-2.0 license. See LICENSE for details.
Latest podspec
{ "name": "LKBottomSheet", "version": "1.2", "summary": "Bottom sheet view similar to default one in iOS system", "description": "Lib which helps bottom sheet view like default one in iOS.", "homepage": "https://github.com/leshchenko/BottomSheet", "license": { "type": "Apache-2.0", "file": "LICENSE" }, "authors": { "Ruslan Leshchenko": "[email protected]" }, "source": { "git": "https://github.com/leshchenko/BottomSheet.git", "tag": "1.2" }, "platforms": { "ios": "10.0" }, "source_files": "BottomSheet/BottomSheetView/**", "frameworks": "UIKit" }
Sun, 10 Mar 2019 11:00:14 +0000