Hi all,
i have 3 viewcontrollers in each tab. i want to add a subview on top of each viewcontroller. there is a button in subview (i made an UIView with a button)
when i press the button in subview, how to call a method in ViewController?
here is the layout: ViewController1 has method1 ViewController2 has method2 ViewController3 has method3
if the user press the button (subviews button) in viewcontroller1, how can i call method1? is there any simple example?