CRToast

CRToast is a library that allows you to easily create notifications that appear on top of or by pushing out the status bar or navigation bar. CRToast was originally based on CWStatusBarNotification.

Requirements

CRToast uses ARC and requires iOS 7.0+. Works for iPhone and iPad.

Installation

CocoaPods

pod 'CRToast', '~> 0.0.7'

Carthage

github "cruffenach/CRToast"

Manual

Add the project or source files to your own project.

red_notification

GitHub