Post

Replies

Boosts

Views

Activity

Comment on preferredTransition not working when using setViewControllers(_:animated:)
I’m not using UISplitViewController — my view hierarchy is quite simple. I have a standard UICollectionView, and tapping a cell is supposed to show a detail view. This is conceptually similar to the Apple sample code, where a detail view controller is pushed using navigationController.pushViewController. However, I have to use navigationController.setViewControllers([listViewController, detailViewController], animated: false) Is there a recommended approach for enabling the zoom transition?
Topic: UI Frameworks SubTopic: UIKit Tags:
Jul ’25
Comment on How to properly use PermissionKit to ask permission
thanks! that can be used to test response, not for ask permission. . I assume the ask permission flow should send the request to the parent via iMessage.
Replies
Boosts
Views
Activity
Dec ’25
Comment on preferredTransition not working when using setViewControllers(_:animated:)
Thanks. I've created feedback with FB20273089
Topic: UI Frameworks SubTopic: UIKit Tags:
Replies
Boosts
Views
Activity
Sep ’25
Comment on preferredTransition not working when using setViewControllers(_:animated:)
no
Topic: UI Frameworks SubTopic: UIKit Tags:
Replies
Boosts
Views
Activity
Jul ’25
Comment on preferredTransition not working when using setViewControllers(_:animated:)
No, I'm not implement a split view
Topic: UI Frameworks SubTopic: UIKit Tags:
Replies
Boosts
Views
Activity
Jul ’25
Comment on preferredTransition not working when using setViewControllers(_:animated:)
No, I'm not implement a split view
Topic: UI Frameworks SubTopic: UIKit Tags:
Replies
Boosts
Views
Activity
Jul ’25
Comment on preferredTransition not working when using setViewControllers(_:animated:)
I'm not using UISplitViewController. I have a standard UICollectionView, and tapping a cell is supposed to show a detail view. This is conceptually similar to the Apple sample code, where a detail view controller is pushed using navigationController.pushViewController.
Topic: UI Frameworks SubTopic: UIKit Tags:
Replies
Boosts
Views
Activity
Jul ’25
Comment on preferredTransition not working when using setViewControllers(_:animated:)
I’m not using UISplitViewController — my view hierarchy is quite simple. I have a standard UICollectionView, and tapping a cell is supposed to show a detail view. This is conceptually similar to the Apple sample code, where a detail view controller is pushed using navigationController.pushViewController. However, I have to use navigationController.setViewControllers([listViewController, detailViewController], animated: false) Is there a recommended approach for enabling the zoom transition?
Topic: UI Frameworks SubTopic: UIKit Tags:
Replies
Boosts
Views
Activity
Jul ’25