moar readme

This commit is contained in:
Terry Worona
2013-05-20 13:41:05 -07:00
parent 25f7d9db59
commit 0317326076

View File

@@ -133,7 +133,7 @@ Add new colors and icons to the stylesheet:
case MessageBarMessageTypeInfo:
case MessageBarMessageTypeWarning:
iconImage = [UIImage imageNamed:kImageIconWarning];
break;
default:
@@ -144,8 +144,9 @@ Add new colors and icons to the stylesheet:
Displaying a new message with the message type.
[[GAMessageBarManager sharedInstance] showMessageWithTitle:@"Title" description:@"Description" type:MessageBarMessageTypeWarning];
[[MessageBarManager sharedInstance] showMessageWithTitle:@"Account Warning!"
description:@"Your account hasn't been updated in over a month!"
type:MessageBarMessageTypeWarning];
## License