Animations & iOS 13 #77

Closed
opened 2025-10-14 15:59:33 -06:00 by navan · 0 comments
Owner

Originally created by @jminutaglio on 9/18/2019

WhatsNewKit Environment

  • WhatsNewKit version: 1.2.0
  • Xcode version: Version 11.0 (11A420a)
  • Swift version: 5
  • macOS version running Xcode: 10.14.6
  • Dependency manager (Carthage, CocoaPods, Manually): CocoaPods

What did you do?

In the iOS 13 beta, the animations in WhatsNewKit don't show (due to changes in 13 and how push screens are rendered)

What did you expect to happen?

using:
self.present(whatsNewViewController, animated: true)

in 12x - animations are fine
in 13x - animations do not render

using:
self.navigationController?.pushViewController(whatsNewViewController, animated: true)
in 13x - animations are fine, but "back" is displayed at top of whatsNewViewController

*Originally created by @jminutaglio on 9/18/2019* ## WhatsNewKit Environment - WhatsNewKit version: 1.2.0 - Xcode version: Version 11.0 (11A420a) - Swift version: 5 - macOS version running Xcode: 10.14.6 - Dependency manager (Carthage, CocoaPods, Manually): CocoaPods ## What did you do? In the iOS 13 beta, the animations in WhatsNewKit don't show (due to changes in 13 and how push screens are rendered) ## What did you expect to happen? using: ` self.present(whatsNewViewController, animated: true) ` in 12x - animations are fine in 13x - animations do not render using: ` self.navigationController?.pushViewController(whatsNewViewController, animated: true) ` in 13x - animations are fine, but "back" is displayed at top of whatsNewViewController
navan 2025-10-14 15:59:33 -06:00
Sign in to join this conversation.
No milestone
No project
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference: github/WhatsNewKit#77
No description provided.