All Projects → SethSky → KOAlertController

SethSky / KOAlertController

Licence: MIT license
KOAlertController custom alert controller, alternative default UIAlertController

Programming Languages

swift
15916 projects
ruby
36898 projects - #4 most used programming language

Projects that are alternatives of or similar to KOAlertController

Swiftentrykit
SwiftEntryKit is a presentation library for iOS. It can be used to easily display overlays within your iOS apps.
Stars: ✭ 5,706 (+15750%)
Mutual labels:  uialertcontroller
Alerts And Pickers
Advanced usage of UIAlertController and pickers based on it: Telegram, Contacts, Location, PhotoLibrary, Country, Phone Code, Currency, Date...
Stars: ✭ 5,267 (+14530.56%)
Mutual labels:  uialertcontroller
Sclalertview
Beautiful animated Alert View. Written in Objective-C
Stars: ✭ 3,426 (+9416.67%)
Mutual labels:  uialertcontroller
Xlactioncontroller
Fully customizable and extensible action sheet controller written in Swift
Stars: ✭ 3,228 (+8866.67%)
Mutual labels:  uialertcontroller
LBXAlertAction
UIAlertView、UIActionSheet、UIAlertController封装,根据不同iOS版本选择对应的方法
Stars: ✭ 57 (+58.33%)
Mutual labels:  uialertcontroller
SheetyColors
An action sheet styled color picker for iOS.
Stars: ✭ 101 (+180.56%)
Mutual labels:  uialertcontroller
JHTAlertController
A custom iOS alert that replaces the stock UIAlertController. Easily style the alert to match your app. Written in Swift for iOS.
Stars: ✭ 58 (+61.11%)
Mutual labels:  uialertcontroller
UIMediaAlertController
UIAlertController extension for selecting images.
Stars: ✭ 19 (-47.22%)
Mutual labels:  uialertcontroller
KeyCommandAlertController
UIAlertController wrapper to add keyboard shortcuts easily
Stars: ✭ 16 (-55.56%)
Mutual labels:  uialertcontroller

CocoaPods Compatible Platform Build Status

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

Features

  • 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

Requirements

  • iOS 9.0+
  • Xcode 8.3+
  • Swift 3.1+

Installation

CocoaPods

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

License

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

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].