I have the same problem, I'm not able to dismiss it
Post
Replies
Boosts
Views
Activity
I just tried and nothing was generated
The .entitlements file, is generated at the root of the project directory and not in the target directory, that's why I didn't saw it.
I have some other weird behaviours : for a widget I get a blank view as placeholder (small), for another size I got the placeholder for when the property is nil but it isn't.
Both widgets should have the same placeholder and the filled one.
Just tested with an empty timeline for my second widget:
For that one that's the opposite, the medium is blank but this time the small one isn't showing a blank view or the version off the placeholder when the property is nil but a Text("Placeholder small").
How is that possible if this text isn't win my code ? It was there in a previous version but not the current one.
These bugs added to the fact when I run the iOS app widgets no longer work and placeholder is showed and they disappear from widget gallery. (a restart fix that)
So i have to run the app directly from widget target in Xcode.
All softwares are in beta 3, I tried clean build folder, restart device and Xcode
widgetURL also working only for medium size and sometimes not at all
I am looking for a way to apply a padding like in swiftUI but for UIKit.
UIkit also need a way to change the text in compact mode, I have my custom relative method to return the string.
A way to change the text color and center in the field. Here we can set tint color but if we do, the calendar displayed will change too.
I’d like to add dots below numbers to indicate if there is something in this day.
I have a similar issue, my relative Text is concatenate with another and the width doesn't update so it's cut.