Skip to Content
0
Former Member
Jul 29, 2016 at 09:47 AM

How to refer the press event handler of a fragment to the view controller ??

53 Views

In an application a view having a controller and a fragment.

When an press event is fired in the fragment which is define in the view Controller, the flow is generating from the fragment it self. I want to take the control from the View controller itself.

Means this of the press event handler should be pointing from the View Controller itself.

Please give suggestions and if possible give with an example.