This fixes a use case where the plugin is unable to present a crop view controller because the root view controller is not present in the view hierarchy.
The checks for the presented view controller but defaults to the root view controller if not is found
It also introduces a new embedInNavigationController iOS setting for add2app scenarios
This fixes a use case where the plugin is unable to present a crop view controller because the root view controller is not present in the view hierarchy.
The checks for the presented view controller but defaults to the root view controller if not is found
It also introduces a new
embedInNavigationController
iOS setting for add2app scenarios