
AZNotification is a UIKit Dynamics enabled notification for the iPhone. AZNotification allows to simply create sexy notifications in no time. The notifications drop from the navigation bar and will display informational as well as errors messages.
Usage:
Replica the contents of the “src” folder on your utility.
// This presentations the notification underneath 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;FULL DOWNLOAD
No comments:
Post a Comment