Post

Replies

Boosts

Views

Activity

Reply to arrowEdge of popoverTip not working anymore on iOS 17.1
This issue persists in iOS 17.5 and iOS 18 beta 3. It prevents me from integrating TipKit into my project because the tooltips overlay other buttons and make the UI confusing. Steps to Reproduce Download the TipKit sample project from Apple Open PopoverView and change the tip modifier to .popoverTip(tip, arrowEdge: .top) Run the project and navigate to PopoverView Expected Result The tooltip should appear below the image, with the arrow positioned at the top of the tooltip. Actual Result The tooltip appears above the image, with the arrow positioned at the bottom of the tooltip.
Topic: UI Frameworks SubTopic: SwiftUI Tags:
Jul ’24
Reply to arrowEdge of popoverTip not working anymore on iOS 17.1
This issue persists in iOS 17.5 and iOS 18 beta 3. It prevents me from integrating TipKit into my project because the tooltips overlay other buttons and make the UI confusing. Steps to Reproduce Download the TipKit sample project from Apple Open PopoverView and change the tip modifier to .popoverTip(tip, arrowEdge: .top) Run the project and navigate to PopoverView Expected Result The tooltip should appear below the image, with the arrow positioned at the top of the tooltip. Actual Result The tooltip appears above the image, with the arrow positioned at the bottom of the tooltip.
Topic: UI Frameworks SubTopic: SwiftUI Tags:
Replies
Boosts
Views
Activity
Jul ’24
Reply to Getting error "Failed user key sync" when trying to connect to CloudKit after Xcode 16.1 update / iOS 18.1
I'm facing the same issue. As a temporary solution, I've installed the iOS 18.0 simulator in Xcode 16.1 to test my CloudKit code.
Replies
Boosts
Views
Activity
Nov ’24
Reply to Slow incremental build times with xcodebuild command
It looks like this issue is finally fixed in Xcode 26.0. An incremental xcodebuild (second run) in an empty project now takes about 1 second on my machine without any modifications to network rules.
Replies
Boosts
Views
Activity
Sep ’25