Beginning iOS Animations - Part 10: Section 1: | Ray Wenderlich

In this challenge, have another try at using view transitions and explore the different ways to trigger them.


This is a companion discussion topic for the original entry at https://www.raywenderlich.com/4416-beginning-ios-animations/lessons/10

This topic was automatically closed after 166 days. New replies are no longer allowed.

It looks like you can’t use isHidden in transition anymore. I replaced it with alpha = 0 and everything start working as expected! thought this may help someone else have same problem

Thanks for commenting! I just discovered this myself while working on the iOS 12 update for the course.

Strangely, the transitions are still working for me when showing a view, but not when hiding.