KOAlertController is an custom alert controller library written in Swift. Use this class to configure alerts and action sheets with the message that you want to display and the actions from which to choose
- Add actions with style button
- When configuring an alert with the alert style, you can also add text fields to the alert interface
- Has the ability to use custom text fields
- Custom style (Colors, Fonts, Padding)
- Add Image to the right area alert view
- Built-in scroll into the content area
- Supported landscape and portrait interface orientation
- iOS 9.0+
- Xcode 8.3+
- Swift 3.1+
CocoaPods is a dependency manager for Cocoa projects. You can install it with the following command:
$ gem install cocoapods
CocoaPods 1.1+ is required to build KOAlertController 1.0.1+.
To integrate KOAlertController into your Xcode project using CocoaPods, specify it in your Podfile
:
source 'https://github.com/CocoaPods/Specs.git'
platform :ios, '10.0'
use_frameworks!
target '<Your Target Name>' do
pod 'KOAlertController', '~> 1.0.2'
end
Then, run the following command:
$ pod install
KOAlertController is released under the MIT license. See LICENSE for details.