Okay.
I tried it to do it with Notifications but I cant figure out the right way.
I am also getting confused with all the different Notification types.
If I have a method in my ViewController with name View5

id)sender
how can I then call it from a Subview? Like this?
Code:
[[NSNotificationCenter defaultCenter] addObserver:self selector:@selector(View5:) name:nil object:nil];
But it is not working. Is there a good tutorial to show how Notifications work?
Thanks