Skip to content

Releases: dito010/JPNavigationController

adapted iOS 11 and iPhone X.

21 Sep 15:28
Compare
Choose a tag to compare

adapted iOS 11 and iPhone X.

fix: 修复来电后 navigationBar 高度问题.

31 Aug 14:48
Compare
Choose a tag to compare

fix: 修复来电后 navigationBar 高度问题.

all new version 2.0.0

09 Jul 10:27
Compare
Choose a tag to compare

all new version 2.0.0.

redesign all framework and, add custom pop animation when viewController playing video by AVPlayer.

Add a new feature.

28 Dec 07:55
Compare
Choose a tag to compare

add the function of perfers status bar style, see jp_prefersStatusBarStyle know more.

Add new feature.

28 Dec 02:55
Compare
Choose a tag to compare

add a delegate method to ask is need pop or not for current viewController.

Adapted iOS 10.2 version.

17 Dec 10:26
Compare
Choose a tag to compare

Adapted iOS 10.2 version.

fix leaks in Category.

16 Dec 05:07
Compare
Choose a tag to compare

fix leaks in Category.

fixed the crash on iOS8.2 and Xcode 8.2.

15 Dec 14:04
Compare
Choose a tag to compare

fixed the crash on iOS8.2 and Xcode 8.2. if you app should to support iOS8.2, YOU NEED TO USE ThIS VERSION.

fixed the crash on iOS8.2 and Xcode 8.2.

15 Dec 13:50
Compare
Choose a tag to compare

fixed the crash on iOS8.2 and Xcode 8.2. fixed OBJC_ASSOCIATION_ASSIGN to OBJC_ASSOCIATION_RETAIN_NONATOMIC in the CGFloat value.

Refine the push animation and fix some bugs.

06 Dec 14:56
Compare
Choose a tag to compare

1.refine the push animation by add a gray cover on from view like system.
2.fix the conflict between left slip gesture and UITableView ’s left slip to delete.
3.fix the set jp_linkViewHeight way.