Post

Replies

Boosts

Views

Activity

Comment on popoverTip prevents tap recognition
If I present tip top of screen, but user decided to ignore or did not see it, and attempts to tap a button on bottom of screen, it will not work Because… popover tip, like popover, captures the touch event anywhere on screen to only dismiss itself. How is this good / expected behavior? iOS 17 allowed for pass through of touch events on popover tip. This change, or most likely oversight you attempt to excuse, makes popovers pretty much useless for good UI.
Topic: UI Frameworks SubTopic: SwiftUI Tags:
May ’25
Comment on popoverTip prevents tap recognition
No it does not. Imagine you have larger block instead, which has interactive components inside… You may want to present a popover tip to outline interior functionality. The problem with this behavior is that it does not matter where you tap, no gesture on screen will be recognized other than to dismiss tip. This was working in iOS 17 correctly. Yes dismiss the tip but also perform the action behind.
Topic: UI Frameworks SubTopic: SwiftUI Tags:
May ’25