To run the example project, clone the repo, and run pod install
from the Example directory first.
- iOS 9.3 +
- Xcode 8.0 +
AASheetController is available through CocoaPods. To install it, simply add the following line to your Podfile:
pod "AASheetController"
Frequently asked questions for AASheetController.
Contributions are welcome! Please submit a pull request.
...
let sheetController = AASheetController(barButtonItem: nil)
sheetController.showCancelButton = false
self.present(sheetController, animated: true, completion: nil)
...
...
let sheetController = AASheetController(barButtonItem: nil)
sheetController.showCollectionView = false
self.present(sheetController, animated: true, completion: nil)
...
...
let sheetController = AASheetController(barButtonItem: aBarButtonItem)
self.present(sheetController, animated: true, completion: nil)
...
- If you need help or you'd like to ask a general question, open an issue.
- If you found a bug, open an issue.
- If you have a feature request, open an issue.
- If you want to contribute, submit a pull request.
Alessio Arsuffi, alessio.arsuffi@gmail.com
AASheetController is available under the MIT license. See the LICENSE file for more info.