4 questions
- Bountied 0
- Unanswered
- Frequent
- Score
- Trending
- Week
- Month
- Unanswered (my tags)
2
votes
1
answer
160
views
Custom ControlWidgetButton SFSymbol Icon on iOS 26
I'm trying to implement a ControlWidgetButton on iOS 26, and cannot seem to have a custom symbol appear.
As a simple test in SFSymbols, I first duplicated the viewfinder icon as a custom symbol named ...
0
votes
1
answer
544
views
IOS18 ControlWidget icon not show
I create a launch control widget with these code:
@available(iOS 18.0, *)
struct LockScreenAppLaunchWidget: ControlWidget {
var body: some ControlWidgetConfiguration {
...
2
votes
1
answer
639
views
iOS 18 Keeping a Control Widget up to date
In iOS 18, we have the ability to add custom widget in ControlCenter. And also we have an AppIntentControlValueProvider, so we can update the widget state when the user presses it.
Is there a way to ...
3
votes
1
answer
555
views
ControlWidget not appearing in control center
I am trying to show my ControlWidget in control center for iOS 18 beta 2 but it is not appearing in when I am trying to add it. My intents are appearing in shortcuts etc but they are not appearing in ...