STIBottomSheet 0.0.1

STIBottomSheet 0.0.1

Maintained by Sven Titgemeyer.



STIBottomSheet

CI Status Version License Platform

This is an implementation of a bottom sheet as commonly seen in iOS 12. STIBottomSheet is work in Progress and might not implement all the functionality you need, but I wanted to share it anyways, because it might already be a great starting point. Contributions are very welcome :)

Here is a demo of STIBottomSheet in a protoype for a route planning app I'm currently building:

Demo of STIBottomSheet

The sheet is completely managed by the Framework, the content of the sheet is a child view controller provided by the app. Drag handle and close button are provided by the framework. See the example project for usage details.

Example

To run the example project, clone the repo, and run pod install from the Example directory first.

Requirements

Installation

STIBottomSheet is available through CocoaPods. To install it, simply add the following line to your Podfile:

pod 'STIBottomSheet'

Author

Sven Titgemeyer, [email protected]

License

STIBottomSheet is available under the MIT license. See the LICENSE file for more info.