Segue not functioning correctly after updated to Xcode 9

Hi,


In my storyboard I have a segue set as present view controller modally with cross dissolve effect that works in Xcode 8.


But when I open the same project with Xcode 9, the segue can not present the controller modally anymore.

Tried reconnect the segue or reset the values in each field in the storyboard editor without effect.

I am wondering if there is any change regarding segue handling in XCode 9.

Any comment is appreciated.

Thanks in advance.

Replies

I tested a present modally segue.


It works.


XCode 9.1, simulator iPhone 5S.


Can you show the code with the dissolve effect animation.