CWStatusBarNotification icon indicating copy to clipboard operation
CWStatusBarNotification copied to clipboard

How to push the specified controller ?

Open jcxc opened this issue 8 years ago • 0 comments

self.notification.notificationTappedBlock = ^(void) { if (!weakSelf.notification.notificationIsDismissing) { [weakSelf.notification dismissNotification]; // how to do ???? } };

jcxc avatar Jun 30 '16 09:06 jcxc