Stephen Walsh

2pods

BeanTransitionManager

                    BeanTransitionManager is a means for expanding UIImageViews into detail views in a way similar to that used in the Pinterest iOS app.

Please see the demo project included for example usage.

License: MIT

  • Objective C

SWBufferedToast

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.

Notice Toast An 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.

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

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.

License: MIT

  • Objective C