I want to implement slide down interaction and dismiss view controller, for which i referred this link , but this works only for dismissing a single view controller presented from view controller.
In my case, i have presented a navigation controller as user can push to another view from that view controller, but drag down to dismiss doesn't work with navigation controller.
UPDATED:It should work as - slide down gesture is triggered from any of the screens, (for eg: from main screen or pushed screen/detail screen) the navigation controller should dismiss completely.
Please suggest if anyone has come across implementing the same.
Thanks in advance.