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.
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.