Skip to content

Releases: pkazantsev/PKTabbedSplitViewController

v0.9.2

Choose a tag to compare

@pkazantsev pkazantsev released this 14 May 19:13

Fixed layout issues

v0.9.1

Choose a tag to compare

@pkazantsev pkazantsev released this 26 Jan 13:49

Updated to Swift 4.2

v0.9

Choose a tag to compare

@pkazantsev pkazantsev released this 26 Jan 13:41
7e17681

Added a detailAsModalShouldStayInPlace option, that makes detail screen always open in-place instead of a separate modal screen, while hiding the tab bar and the master screens, if there's no horizontal space.

The reason for introducing this feature is that, while you can open a 2nd level modal screen from a 1st level modal screen on iPad in 1/3 split screen, the app crashes if you try to change the split screen mode to a one, where the detail screen is not modal anymore.

v0.8.7

Choose a tag to compare

@pkazantsev pkazantsev released this 24 Dec 17:25
Fixed callback for presenting/dismissing a detail view controller.

v0.8.6

Choose a tag to compare

@pkazantsev pkazantsev released this 30 Sep 13:05
Updated version to 0.8.6

v0.8.5

Choose a tag to compare

@pkazantsev pkazantsev released this 23 Sep 14:03
Updated version to 0.8.5

v0.8.4

Choose a tag to compare

@pkazantsev pkazantsev released this 15 Sep 08:25
Updated version to 0.8.4

v0.8.3

Choose a tag to compare

@pkazantsev pkazantsev released this 09 Sep 10:32
Added ability to assign different icon to a tab bar item for selected…