It may be a simple way, but I need some guidance from those who have been familiar with iOS.
If a parent view controller want to send one particular message to all child view controllers, what is the best way?, Still now I have wrote a method in each child view controller and informed whenever necessary, In a situation I want to notify to all childs? What should I do for this? I don't think I need to write the same method in all ViewControllers..
or
Do I need to go for subclassing.... thanks....