Post

Replies

Boosts

Views

Activity

Comment on PHFetchOptions.includeHiddenAssets does not correctly return asset by id
Thank you for the clarification. I can state that, even after switching to use the PhotosPicker native SwiftUI component, instead of the PHPickerViewController, the behavior (at least on a simulator) still persists -- hidden photos, once selected, are not readable by my client. I will assume that this is by design, and that Apple does not intend for third-party apps to have access to hidden content, except for the Photos app.
Sep ’25
Comment on PHFetchOptions.includeHiddenAssets does not correctly return asset by id
Thank you for the clarification. I can state that, even after switching to use the PhotosPicker native SwiftUI component, instead of the PHPickerViewController, the behavior (at least on a simulator) still persists -- hidden photos, once selected, are not readable by my client. I will assume that this is by design, and that Apple does not intend for third-party apps to have access to hidden content, except for the Photos app.
Replies
Boosts
Views
Activity
Sep ’25
Comment on SwiftUI List scroll indicator stutters, does not call `onAppear` or `onDisappear` consistently in iOS 16
We stopped using List and switched to a LazyVStack and it works as expected now.
Topic: UI Frameworks SubTopic: SwiftUI Tags:
Replies
Boosts
Views
Activity
Oct ’22
Comment on SwiftUI onAppear called inconsistently based on the presence of listStyle
Actually - how DOES AsyncImage know that it's time to cancel a load operation if a cell zooms on -- and then off -- the screen? Wouldn't it need to use the help of onAppear and onDisappear methods? I have a related question here: https://developer.apple.com/forums/thread/716998#716998021
Topic: UI Frameworks SubTopic: SwiftUI Tags:
Replies
Boosts
Views
Activity
Oct ’22