- To replace UIAlertController.
- Provide custom solution to change animation and UI displaying.
- Download
MDAlertController
and try run example app
- Installation with CocoaPods
source 'https://github.com/Modool/cocoapods-specs.git'
platform :ios, '8.0'
target 'TargetName' do
pod 'MDAlertController', '~> 1.0.0'
end
- Installation with Carthage
github "Modool/MDAlertController" ~> 1.0.0
- Manual Import
drag “MDAlertController” directory into your project
- Requires ARC
MDAlertController
- Demo FYI
- 2018.4.9 Add README and adjust project class name.
MDAlertController
is released under the MIT license. See LICENSE for details.