Post

Replies

Boosts

Views

Activity

Reply to Sheet background in share extension ignores Liquid Glass effect in iOS 26/Xcode 26
One workaround that seems to fix the problem for now is to put the following code in e.g. viewIsAppearing: var theView = self.view while theView != nil { theView?.backgroundColor = .clear theView = theView?.superview } Using this, the sheet is displayed with a transparent background on iOS 26.
Topic: UI Frameworks SubTopic: General Tags:
Replies
Boosts
Views
Activity
3w
Reply to Xcode 16.4 iOS 18.5 simulator crashes for Apps requiring webkit
We're also experiencing this exact crash. No problems on Xcode 16.3 with the 18.4 runtime.
Replies
Boosts
Views
Activity
May ’25
Reply to Font Sizes Issue ( Custom and System ) Xcode 15 Beta & iOS17 Beta
We have the same issue in our project. Font styles (regular, bold, etc.) are completely broken when we compile our App against the iOS 17 SDK.
Topic: UI Frameworks SubTopic: UIKit Tags:
Replies
Boosts
Views
Activity
Sep ’23
Reply to Wrong fonts loaded from Storyboards in Xcode 15
Same issue here. Only solution we found, is to set custom font programmatically.
Replies
Boosts
Views
Activity
Sep ’23