Post not yet marked as solved
Click to stop watching this thread.
You have stopped watching this post. Click to start watching again.
Post marked as unsolved with 2 replies, 0 views
Replied In
No idea
I guess, those values should be converted as Float or Double.
ProgressView(value: Double(todos.itemsDone) / Double(todos.count))
does not work?