Releases: pkazantsev/PKTabbedSplitViewController
Releases · pkazantsev/PKTabbedSplitViewController
Release list
v0.9.2
v0.9.1
v0.9
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
Fixed callback for presenting/dismissing a detail view controller.
v0.8.6
v0.8.5
v0.8.4
v0.8.3
Added ability to assign different icon to a tab bar item for selected…