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.
1w
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.
Feb ’25
Comment on Show a UIMenu on double-tap?
Thanks for the quick response, and the suggestion. If I went that route, would it still have to be two separate, spaced-out taps, i.e. one tap to focus, then we enable the menu, then the user taps again? Would a double-tap always get picked up as a single double-tap gesture?
Jun ’24