I'm pushing a view like this.
[[self.navigationController pushViewController:myViewController animated:YES];
How Can I get class name of parent view controller from pushed view (child view)? Any Idea?
I'm pushing a view like this.
[[self.navigationController pushViewController:myViewController animated:YES];
How Can I get class name of parent view controller from pushed view (child view)? Any Idea?
This should do it:
Get class of parent view controller:
and its name: