AZNotification is a UIKit Dynamics enabled notification for the iPhone. AZNotification allows to easily create attractive notifications in no time. The notifications drop from the navigation bar and can display informational as well as error messages.
Usage:
Copy the contents of the “src” folder in your application.
// This shows the notification under the navigation bar [AZNotification showNotificationWithTitle:@"Success! Now let's play!" controller:self notificationType:AZNotificationTypeSuccess shouldShowNotificationUnderNavigationBar:YES]; [AZNotification showNotificationWithTitle:@"Error: WTF happened!" controller:self notificationType:AZNotificationTypeError]; [AZNotification showNotificationWithTitle:@"Oh BTW! Your hair is on fire!" controller:self notificationType:AZNotificationTypeWarning]; [AZNotification showNotificationWithTitle:@"There are no new messages!" controller:self notificationType:AZNotificationTypeMessage];