iphone - Sending data to a method registered for a notification -


i need pass data method registering execute once receive notification

[[nsnotificationcenter defaultcenter] addobserver:self selector:@selector(keyboardwillshow:withcell:) name:uikeyboardwillshownotification object:nil]; 

here want send data withcell part of method.

how can achieve this?

short answer: can't. you're registering notification , can't control sent notification.

what do?


Comments

Popular posts from this blog

apache - Add omitted ? to URLs -

redirect - bbPress Forum - rewrite to wwww.mysite prohibits login -

php - How can I stop spam on my custom forum/blog? -