Post

Replies

Boosts

Views

Activity

Comment on Changing watchOS Deployment Target - What happens to users on old versions
Unfortunately there isn’t a way to serve an older version of the app to customers who cannot update their OS. What exactly does this mean? If I drop watchOS 10 (increase to 11) - will users with older Hardware (e.g. Apple Watch SE1) still receive the update on their iPhone (cause it runs iOS 18 or 26) and thus render the app useless as the companion app is no longer installable on their watch?
Nov ’25
Comment on ControlWidgetToggle image design
Thank you! Regarding SF Symbols in ControlWidgetToggle: I am using a Label with both text and system image. For testing I'm keeping the same symbol for .on and .off state, setting a fixed font, e.g. .font(.system(size: 20)) -> but it doesn't work: The symbol is rendered way smaller in the off state. Hint I'm using the ControlWidgetToggle on the lock screen bottom (the default place of flashlight/ camera).
Topic: UI Frameworks SubTopic: SwiftUI Tags:
Feb ’26
Comment on ControlWidgetToggle image design
Hi Albert, I created a sample project, you can find it here: https://github.com/benrudhart/ControlWidgetTest You'll be able to see that the SFSymbol for off state is rendered differently when the control is used on the lock screen. Also: the tint color/ foregroundStyle is always ignored
Topic: UI Frameworks SubTopic: SwiftUI Tags:
Feb ’26
Comment on Changing watchOS Deployment Target - What happens to users on old versions
OK, I see, thank you. So how can I find out if it's safe to increase my minimum deployment target for the watchOS companion app without making the app useless for a part of my users? Since there is not an easy way to go back, I would rather not simply try it and mess around with my users. In any case: What is the recommended way to handle this?
Replies
Boosts
Views
Activity
Nov ’25
Comment on Changing watchOS Deployment Target - What happens to users on old versions
Unfortunately there isn’t a way to serve an older version of the app to customers who cannot update their OS. What exactly does this mean? If I drop watchOS 10 (increase to 11) - will users with older Hardware (e.g. Apple Watch SE1) still receive the update on their iPhone (cause it runs iOS 18 or 26) and thus render the app useless as the companion app is no longer installable on their watch?
Replies
Boosts
Views
Activity
Nov ’25
Comment on Changing watchOS Deployment Target - What happens to users on old versions
ok I see, I will try to make it more clear and create a new post below
Replies
Boosts
Views
Activity
Nov ’25
Comment on popoverTips don't display for toolbar menu buttons in iOS 26.1
I see, thank you! That would be a workaround, but I don't like it either for my use case...
Topic: UI Frameworks SubTopic: SwiftUI Tags:
Replies
Boosts
Views
Activity
Nov ’25
Comment on String catalogs in packages
Yeah you're right. It seems to work fine now!
Topic: UI Frameworks SubTopic: SwiftUI Tags:
Replies
Boosts
Views
Activity
Nov ’25
Comment on ControlWidgetToggle image design
Thank you! Regarding SF Symbols in ControlWidgetToggle: I am using a Label with both text and system image. For testing I'm keeping the same symbol for .on and .off state, setting a fixed font, e.g. .font(.system(size: 20)) -> but it doesn't work: The symbol is rendered way smaller in the off state. Hint I'm using the ControlWidgetToggle on the lock screen bottom (the default place of flashlight/ camera).
Topic: UI Frameworks SubTopic: SwiftUI Tags:
Replies
Boosts
Views
Activity
Feb ’26
Comment on ControlWidgetToggle image design
Hi Albert, I created a sample project, you can find it here: https://github.com/benrudhart/ControlWidgetTest You'll be able to see that the SFSymbol for off state is rendered differently when the control is used on the lock screen. Also: the tint color/ foregroundStyle is always ignored
Topic: UI Frameworks SubTopic: SwiftUI Tags:
Replies
Boosts
Views
Activity
Feb ’26
Comment on ControlWidgetToggle image design
@DTS Engineer I guess you haven't seen my comment? sorry for posting in the wrong spot!
Topic: UI Frameworks SubTopic: SwiftUI Tags:
Replies
Boosts
Views
Activity
Mar ’26