Skip to content
This repository has been archived by the owner on Nov 9, 2017. It is now read-only.

Releases: SebastienMichoy/MSSlidingPanelController

1.3.6 (Thursday, August 6th, 2015)

06 Aug 15:21
Compare
Choose a tag to compare

Modify

  • License headers and license file updated.
  • The status bar is not user interactive anymore. Thanks to @IvanThomasFr for his contribution.

1.3.5 (Sunday, February 8th, 2015)

08 Feb 19:14
Compare
Choose a tag to compare

Modify

  • The README image is loaded from a new location (branch assets).

1.3.4. (Saturday, July 26th, 2014)

26 Jul 11:13
Compare
Choose a tag to compare

Fixed

  • Fixed a bug which called the delegate method slidingPanelController:hasClosedSide: when a panel begin to be open. Thanks to @kajensen to discover this bug.

1.3.3. (Sunday, July 13th, 2014)

13 Jul 18:47
Compare
Choose a tag to compare

New

  • Added a remark in documentation about the usage of MSSlidingPanelController in others containers.

Removed

  • Removed the fix appeared with release 1.3.2.. This one didn't work correctly in some cases. It is now advised to adjust your controller in function of your need.

1.3.2. (Tuesday, April 22nd, 2014)

21 Apr 22:06
Compare
Choose a tag to compare

New

  • Examples are now compiled with -Wall -Wextra flags.

Fixed

  • Fixed a glitch when the sliding panel was inside a UITabBarController and contained a UINavigationController. Bug discovered thanks to @nemesyssoft's question (issue #8).

1.3.1 (Tuesday, March 25th, 2014)

25 Mar 10:23
Compare
Choose a tag to compare

Fixed

  • Fixed warnings which can appear with -Wall -Wextra flags.
  • Fixed warnings which occurred when it misses a newline at end of files. Thanks to Ronnie Liew (@ronnieliew) for his contribution.

1.3.0 (Thursday, March 20th, 2014)

20 Mar 13:26
Compare
Choose a tag to compare

New

  • Travis-CI support is there. Thanks to Jens Kohl (@jk) for his contribution.
  • Added a new method in the @protocol which allows to work with multiple gesture recognizers (issue #1).
  • BSD license added in every files' header.

Comment

  • Tag has been moved (initial release Wednesday, March 12th, 2014).

1.2.0 (Saturday, March 1st, 2014)

19 Mar 11:46
Compare
Choose a tag to compare

1.1.2 (Friday, February 28th, 2014)

19 Mar 11:45
Compare
Choose a tag to compare

New

  • It is now possible to use MSSlidingPanelController with Storyboard.
  • A new example using Storyboard has been added.

1.1.1 (Wednesday, January 29th, 2014)

19 Mar 11:44
Compare
Choose a tag to compare

New

  • Added a script to update the build number of exemples.

Fixed

  • Fixed a false positive warning reported by clang analyzer.