SebastienMichoy/MSSlidingPanelController

why not support ios6 or even ios5?

Closed this issue · 1 comments

why not support ios6 or even ios5?

I chose to do not support iOS 6 and earlier for several reasons:

  • I first created this controller for a personal need, which was an iOS 7 application.
  • Adapt this controller for iOS 6 and earlier versions requires some improvements (e.g. add shadow, manage status bar behavior, ...).
  • I plan to migrate to Swift, which only works for iOS 7 and iOS 8.
  • According to Apple website, most users are now using iOS 7, and will probably use iOS 8 soon.