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