SWBufferedToast 0.1.5

SWBufferedToast 0.1.5

TestsTested
LangLanguage Obj-CObjective C
License MIT
ReleasedLast Release Apr 2015

Maintained by Stephen Walsh.



  • By
  • Stephen Walsh

About

SWBufferedToast is a simple alert-style class for presenting information to the user. An SWBufferedToast can be instantiated with one of three types:

Plain Toast A simple dismissable alert with a title, description and action button.

Alt text

Notice Toast A non-dismissable alert used to notify the user of an ongoing task. This alert cannot be dismissed by the user, but can be dismissed using a timer or by calling toast.dismiss.

Alt text

Login Toast A modal login window in the style of a toast.

Alt text

All three alert types have a buffering animation that can be turned on and off as necessary. Additionally, you can supply your own images for this buffering animation.

If you wish to use your own animation images for the buffering state please be sure to add them to the "Pods-SWBufferedToast-SWBufferedToast-SWBufferedToast" target.

Usage

To run the example project, clone the repo, and run pod install from the Example directory first.

Requirements

A project with a deployment target of iOS 7.0 or later

Installation

SWBufferedToast is available through CocoaPods. To install it, simply add the following line to your Podfile:

pod "SWBufferedToast"

Author

Stephen Walsh, [email protected]

License

SWBufferedToast is available under the MIT license. See the LICENSE file for more info.