CWStatusBarNotification
CWStatusBarNotification copied to clipboard
How to push the specified controller ?
self.notification.notificationTappedBlock = ^(void) { if (!weakSelf.notification.notificationIsDismissing) { [weakSelf.notification dismissNotification]; // how to do ???? } };