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)
Post
Replies
Boosts
Views
Activity
Following the code-along from part 1 and continued using the same code for part 2.
During the intent configuration I noticed that Izzy uses CharacterSelectionIntent to refer to the intent we created (Part 1 comes with no intent) but I don't seem to be able to access that or any other variable that represents the intent.
The error is the following:
"Cannot find type 'CharacterSelectionIntent' in scope"
I opened the part 3 code downloaded from the Apple Forums and the same error keeps popping out. Is it another thing not included in beta 1?
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?
I have an idea that involves 4 or 5 images of people doing various activities and I was wondering if I can get a friend to help with the graphics.I read that using copyright free images is ok as long as you credit the author and explain why you use them but they also mention that group projects wil not be considered.Any ideas about this grey line?