SHViewPager icon indicating copy to clipboard operation
SHViewPager copied to clipboard

Dismissing Image Picker Controller (presented from any ViewController inside ViewPager) takes control to first ViewController of ViewPager

Open vuevrn opened this issue 8 years ago • 0 comments

I am using this pager. thanks!

I am using SHViewPager as UIView and showing all view controllers inside this view pager.

When I present an image picker controller from any viewcontroller of viewpager, everything works fine.

The problem is when I dismiss an image controller, the viewpager shows the first viewcontroller of viewpager which is not an expected behavior, pager should show the viewcontroller from which it was presented.

Please check.

vuevrn avatar Mar 11 '16 07:03 vuevrn