Post

Replies

Boosts

Views

Activity

Comment on Close button doesn't work in UIKit?
I think the "X" button just doesn't work in UIKit. I have a simple tip on a UIBarButtonItem and I have a task running that monitors shouldDisplayUpdates. Nothing happens when I tap the "X". I can tap outside of the tip to dismiss it, but the "X"is totally ignored. I had to make my own custom TipViewStyle implementation to get rid of the X. My users kept trying to tap it and not getting any reaction.
Topic: UI Frameworks SubTopic: UIKit Tags:
Feb ’25
Comment on Troubles with CFBundleDocumentTypes and photos
Thanks - I'm aware of share extensions, but they appear above the sharing app and are totally separate from the main app's data. Using a share extension is going to require breaking down my code into frameworks and also finding ways to update shared data that the share extension can use from my main app. If I can simply open the image in my app (as in the example apps I mentioned above), then all of that complexity is gone.
Topic: App & System Services SubTopic: General Tags:
Feb ’25
Comment on Getting a list of deleted CloudKit records with an expired change token
Hi Ziqiao, I responded below. Could you let me know what you think?
Replies
Boosts
Views
Activity
Feb ’26
Comment on Getting a list of deleted CloudKit records with an expired change token
Actually, just looking over this again, line 19 should pass nil as the change token, because an expired token will just throw an error.
Replies
Boosts
Views
Activity
Feb ’26
Comment on Getting a list of deleted CloudKit records with an expired change token
Thanks for the reply - wasn't sure how to ask a follow-up question but I posted one here: https://developer.apple.com/forums/thread/813286?answerId=873644022#873644022
Replies
Boosts
Views
Activity
Jan ’26
Comment on Potential Structural Swift Concurrency Issue: unsafeForcedSync called from Swift Concurrent context
Thanks, Quinn! How much should I worry about this error? It sounds scary, but is it something I can even fix?
Replies
Boosts
Views
Activity
Sep ’25
Comment on hidesBottomBarWhenPushed in iOS 26
Hmm, it works for me both in the simulator and on my iPhone running iOS 26
Topic: UI Frameworks SubTopic: UIKit
Replies
Boosts
Views
Activity
Jul ’25
Comment on How do I install the iOS 26 beta 2 simulator?
Thank you!
Replies
Boosts
Views
Activity
Jun ’25
Comment on hidesBottomBarWhenPushed in iOS 26
Filed FB18022139
Topic: UI Frameworks SubTopic: UIKit
Replies
Boosts
Views
Activity
Jun ’25
Comment on In iOS 26, the tab bar never disappears when new controller is pushed
Thank you!
Topic: UI Frameworks SubTopic: UIKit Tags:
Replies
Boosts
Views
Activity
Jun ’25
Comment on Close button doesn't work in UIKit?
I think the "X" button just doesn't work in UIKit. I have a simple tip on a UIBarButtonItem and I have a task running that monitors shouldDisplayUpdates. Nothing happens when I tap the "X". I can tap outside of the tip to dismiss it, but the "X"is totally ignored. I had to make my own custom TipViewStyle implementation to get rid of the X. My users kept trying to tap it and not getting any reaction.
Topic: UI Frameworks SubTopic: UIKit Tags:
Replies
Boosts
Views
Activity
Feb ’25
Comment on Troubles with CFBundleDocumentTypes and photos
These other apps are able to do all of those things, and yet they switch control to the receiving app instead of just appearing over the sending app like a share extension. How can I do the same in my app?
Topic: App & System Services SubTopic: General Tags:
Replies
Boosts
Views
Activity
Feb ’25
Comment on Troubles with CFBundleDocumentTypes and photos
Thanks - I'm aware of share extensions, but they appear above the sharing app and are totally separate from the main app's data. Using a share extension is going to require breaking down my code into frameworks and also finding ways to update shared data that the share extension can use from my main app. If I can simply open the image in my app (as in the example apps I mentioned above), then all of that complexity is gone.
Topic: App & System Services SubTopic: General Tags:
Replies
Boosts
Views
Activity
Feb ’25
Comment on writeImageAtIndex:1012: ⭕️ ERROR: 'App' is trying to save an opaque image (5712x4284) with 'AlphaLast'.
I'm getting this warning too, apparently from calling heicData. Do I actually need to worry about this? It sounds like it just defaults to skipping the alpha and sort of fixes the problem itself, right?
Replies
Boosts
Views
Activity
Jan ’25
Comment on Image Playground Error: Cannot find protocol declaration for 'ImageGenerationViewControllerDelegate'
Thanks - this worked for me.
Replies
Boosts
Views
Activity
Jan ’25
Comment on Detecting Local Network issues with NWListener
@DTS Engineer This is on iOS and iPadOS - thanks for replying.
Replies
Boosts
Views
Activity
Jul ’24
Comment on Detecting Local Network issues with NWListener
This is on iOS and iPadOS.
Replies
Boosts
Views
Activity
Jun ’24