RKNotificationHub* hub = [[RKNotificationHub alloc]initWithView:yourView]; // sets the count to 0 [hub increment]; // increments the count to 1, making the notification visible
pod 'RKNotificationHub'