Skip to content

A convenience around UIAlertController, because sometimes you just want to say "OK"

License

Notifications You must be signed in to change notification settings

jaysonlane/HEAlert

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

14 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

HEAlert

A convenience around UIAlertController, because sometimes you just want to say "OK".

Background and Approach

UIAlertController is awesome, but sometimes it's too much. How many times do you simply alert with a message and an "OK" button? Easy with UIAlertView, but cumbersome with UIAlertController.

That's why I created HEAlert.

Supported OS and SDK

Developed with

  • Xcode 6.4 beta 2 (should work with Xcode 6.3.1)
  • Swift 1.2
  • iOS 8 (minimum, required)

Installation

Until Cocoapods integration occurs, obtain the code as a git submodule. Add HEAlert.swift to your project and off you go.

Usage

To be added, but hopefully the source code is readable and simple enough.

Contact

Hsoi Enterprises

Creator

License

BSD 3-clause “New” or “Revised” License. See included "License" file.

About

A convenience around UIAlertController, because sometimes you just want to say "OK"

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • Swift 100.0%