AZNotification-Swift

AZNotification-Swift is a Swift implementation of a custom control which allows the user to provide user interface notifications to the user. AZNotification is implemented for iOS 7,8 framework and utilizes the UIKit Dynamics to create the physics effects.

Screenshot

Video

You can watch the video using the link below:

AZNotification Video on YouTube

Installation

Copy the contents of the "src" folder in your application. The AZNotification control will be available as a Cocoapod soon.

Usage

                AZNotification.showNotificationWithTitle("Success", controller: self, notificationType: .Success, shouldShowNotificationUnderNavigationBar: true)
 
                  AZNotification.showNotificationWithTitle("Opps something went wrong", controller: self, notificationType: .Error, shouldShowNotificationUnderNavigationBar: true)