Post

Replies

Boosts

Views

Activity

Reply to How to access clear Liquid Glass Effect?
That is a "regular" effect where the background is blurred. The "clear" effect does not blur the background, except around the edges. The "clear" effect is seen on controls like the tab control, the slider or switches when you drag it, etc. Or, when you pull down the notification center from your home screen. Here, you will clearly see the app icons behind the glass, except around the edges.
Topic: UI Frameworks SubTopic: UIKit Tags:
Jun ’25
Reply to barTintColor not working in iOS 15
It worked like a charm! Thank you!
Topic: UI Frameworks SubTopic: UIKit Tags:
Replies
Boosts
Views
Activity
Jun ’21
Reply to Where to create View Model (or observed object) in SwiftUI?
Thanks, but what about the case in my example, where we need to create this view multiple times in a ForEach statement?
Topic: UI Frameworks SubTopic: SwiftUI Tags:
Replies
Boosts
Views
Activity
Jul ’21
Reply to How to specify different list style in .listStyle() based on current device?
It works like a charm! Thank you!
Topic: UI Frameworks SubTopic: SwiftUI Tags:
Replies
Boosts
Views
Activity
Jul ’21
Reply to Xcode 14 Beta 3: Mac app icon not showing in macOS Ventura
This problem is solved in Xcode 14 Beta 4/macOS Ventura beta 4.
Topic: UI Frameworks SubTopic: AppKit Tags:
Replies
Boosts
Views
Activity
Aug ’22
Reply to Cannot schedule background tasks in SwiftUI-based Watch app
Apparently this was my mistake. I was calling WKApplication.shared().scheduleBackgroundRefresh() in MainViewModel.init(), but if I call it in applicationDidBecomeActive(), everything seems to be working!
Topic: UI Frameworks SubTopic: SwiftUI Tags:
Replies
Boosts
Views
Activity
Jun ’23
Reply to How to access clear Liquid Glass Effect?
I was just wondering about this, too! I’d like to use the clear type to re-create a visual effect similar to the see-through effect you get when touch-and-holding controls like UISwitch or UISlider.
Topic: UI Frameworks SubTopic: UIKit Tags:
Replies
Boosts
Views
Activity
Jun ’25
Reply to WKWebView crashes on iOS 26 with EXC_BAD_ACCESS
Turned out the problem doesn't occur on the actual device running iOS 26. Maybe they will fix the Simulator in the future beta.
Topic: Safari & Web SubTopic: General
Replies
Boosts
Views
Activity
Jun ’25
Reply to How to access clear Liquid Glass Effect?
That is a "regular" effect where the background is blurred. The "clear" effect does not blur the background, except around the edges. The "clear" effect is seen on controls like the tab control, the slider or switches when you drag it, etc. Or, when you pull down the notification center from your home screen. Here, you will clearly see the app icons behind the glass, except around the edges.
Topic: UI Frameworks SubTopic: UIKit Tags:
Replies
Boosts
Views
Activity
Jun ’25
Reply to How to access clear Liquid Glass Effect?
We've got the API in beta 3! Yay! https://developer.apple.com/documentation/swiftui/glass/clear
Topic: UI Frameworks SubTopic: UIKit Tags:
Replies
Boosts
Views
Activity
Jul ’25