We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 818ff88 commit a986751Copy full SHA for a986751
README.md
@@ -4,7 +4,7 @@ SJNotificationViewController lets you put dead-simple notifications that slide u
4
5
All you need to do is create a notification, give it a view to slide up from, and tell it to show itself. Like this:
6
7
- // assume your view controller has an SJNotificationViewController* ivar called _notificationController
+ // Assume your view controller has an SJNotificationViewController* ivar called _notificationController.
8
_notificationController = [[SJNotificationViewController alloc] initWithNibName:@"SJNotificationViewController" bundle:nil];
9
[_notificationController setParentView:aView];
10
[_notificationController setNotificationTitle:@"Hello"];
0 commit comments