From 78593aeda273ca913f6904ec247e93f5bf21ecac Mon Sep 17 00:00:00 2001 From: Tito Ciuro Date: Wed, 16 May 2012 15:21:31 -0700 Subject: [PATCH] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 40413d0..b2dd430 100644 --- a/README.md +++ b/README.md @@ -16,7 +16,7 @@ A TweetBot-like notice component for iOS. To display a small error notice: - WBNoticeView *nm = [WBNoticeView defaultManager];
+ WBNoticeView *nm = [WBNoticeView defaultManager]; [nm showErrorNoticeInView:self.view title:@"Network Error" message:@"Check your network connection."]; To display a large error notice, make the text long enough to wrap to another line. Only two lines are supported. If the text doesn't fit in two lines, an ellipsis will be appended at the end of the second line: