Skip to content

Releases: ViewDeck/ViewDeck

3.1.0

29 Dec 09:02
Compare
Choose a tag to compare
  • Adds support for iOS 8.0. (#536)
  • Adds the option to disable panning all together or on a case by case basis. (#544)

3.0.1 Patch Release

02 Dec 19:16
Compare
Choose a tag to compare
  • Fixes a crash that occured when triggering the swipe gesture on an already opened side multiple times.
  • Fixes the view hierarchy when exchanging the center view controller while a side view controller is visible.

3.0.0 Major release

22 Oct 09:26
Compare
Choose a tag to compare

This is a complete rewrite, listing all changes would be too much here. Basically everything changed. Some key facts:

  • New example app
  • New view controller containment system
  • Customizable presentation animations

3.0.0 beta

24 Sep 15:28
Compare
Choose a tag to compare
3.0.0 beta Pre-release
Pre-release

This is the first beta for ViewDeck 3.0.0. It is a complete rewrite. Please check it with your projects and report any issues you find.

Release 2.4.2

27 Mar 10:37
Compare
Choose a tag to compare
  • Fixes an issue where Key Value Observing was registered multiple times. (#521)
  • Fixes an incompatibility with old versions of Xcode. (#514)
  • Updates copyright notices for 2016.
  • Deprecates classes that aren't needed anymore for some time now.

Please have a look at all deprecations you are seeing in your project. These APIs will go away in version 3.0.0. If you need them, please file an issue!

Release 2.4.1

02 Dec 18:41
Compare
Choose a tag to compare
  • Fix an issue where the screen layout was broken when using IIViewDeckNavigationControllerIntegrated (#501)
  • Fix an issue where the view controller hierarchy was broken (#509)
  • Fix an issue when rotating the device while a side menu is open (#506)
  • Fix an issue when a view deck controller was deallocated (#451)

Release 2.4.0

08 Nov 12:18
Compare
Choose a tag to compare
  • Fixes warnings when building with Xcode 7.1
  • Fixes various issues with shadows not rendered correctly
  • Fixes issues with Key Value Observing not deregistered properly
  • Fixes issues with the view controller hierarchy
  • Fixes issues when rotating the device
  • Deprecates a lot of methods in order to get ready for a 3.x release. If you don't agree with the deprecations, please open a new issue!