less than 1 minute read

It has been almost or, more than 2 years I had created this controller called SHViewPager. And to my utmost surprise a lot of people actually got benefited from it. Some of them requested for the support for screen orientation and iPad. I was a bit busy (actually lazy! sorry guys, truly!) to keep the request. Finally after a long wait, I was thinking, why am I not doing it?

So, I got my lazy ass moving and got it done. Now, the SHViewPager supports:

  • All orientations
  • iPad
  • And it got even better, with:
    • Support for both Swift and Objective-C
    • Support for Autolayout
    • Simple installation via Cocoapods!

To use it in your app, you have to have Xcode 6+ and support iOS 8+. Here is a gif sample:

SHViewPager in action on iPad

UnderstandingDelegate running on simulator

SHViewPager in action on iPhone

UnderstandingDelegate running on simulator

I am planning to keep supporting this library, so any feedback/suggestions are welcome. If you have found any bug, please report an issue for it. This library is under MIT license, so contribute, update, modify as per your need!

Cheers!