I'm trying to use a circular style ProgressView, but it keeps rendering as a spinning indicator. The behavior is the same as doing
ProgressView()
my code is actually:
ProgressView(value: 0.5).progressViewStyle(.circular)
Selecting any option will automatically load the page
Post
Replies
Boosts
Views
Activity
I'm following the Widgets Code-Along and at the end of part 1 Izzy uses .isPlaceholder as an easy way to show the widget placeholder but when I try it, it doesn't seem to be available yet.
Am I missing something or is this feature coming in a future beta?
Hello, I'm experimenting with the WidgetKit template and noticed that adding Images seems to generate a memory leak that terminates my app after surpassing the 30Mb limit. Any idea on how to make images work on widgets?