MGBottomSheet 1.0.7

MGBottomSheet 1.0.7

TestsTested
LangLanguage SwiftSwift
License MIT
ReleasedLast Release Feb 2017
SwiftSwift Version 3.0
SPMSupports SPM

Maintained by Guille Garcia Rebolo.



  • By
  • Guillermo Garcia Rebolo

MGBottomSheet

MGBottomSheet is an iOS drop-in class that displays a bottom sheet with some actions of your election, to do some actions over your project. The Bottom Shet is meant as a replacement for private UIKit UIAlertController with some additional features.

Requirements

MGBottomSheet works on iOS 9+ and requires ARC to build. It depends on the following Apple frameworks, which should already be included with most Xcode templates:

  • Foundation.framework
  • UIKit.framework

You will need the latest developer tools in order to build MGBottomSheet. Old Xcode versions might work, but compatibility will not be explicitly maintained.

Adding MGBottomSheet to your project