How to use NSNotificationCenter in delegate and respond to the notifation in my view in iphone?
Posted
by Warrior
on Stack Overflow
See other posts from Stack Overflow
or by Warrior
Published on 2010-04-23T15:31:33Z
Indexed on
2010/04/23
15:33 UTC
Read the original article
Hit count: 289
iphone
|notifications
I am new to iphone development.I am parsing a url in my delegate class, i want to send a notification once the parsing is completed to my view "testviewcontroller".With reference to the notifation i want to perform some action in my view. I want to know ,how to set the notification in delegate with referring to the selector method in my "testviewcontroller" class.Please help me out.Thanks.
© Stack Overflow or respective owner