/MDAlertController

Primary LanguageObjective-CMIT LicenseMIT

MDAlertController

Introduction

  • To replace UIAlertController.
  • Provide custom solution to change animation and UI displaying.

How To Get Started

  • Download MDAlertController and try run example app

Installation

  • 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

Requirements

  • Requires ARC

Architecture

  • MDAlertController

Usage

  • Demo FYI

Update History

  • 2018.4.9 Add README and adjust project class name.

License

MDAlertController is released under the MIT license. See LICENSE for details.

Communication