navigationController?.pushViewController是不是有改?

Asked on 06/12/2025

1 search

Yes, there have been changes to navigationController?.pushViewController as discussed in the session Enhance your UI animations and transitions. In this session, it was highlighted that you can now specify a zoom transition when pushing a view controller. This involves specifying on the pushViewController that it would like to zoom and providing the view to use as a source of the zoom transition. This new feature allows for more interactive and visually appealing transitions in your app.