Pages

08 November, 2023

SwiftUI / Xcode: ForEach closed range vs half open range - error with Text function. Why the difference?

I have an old pascal and C background, and recently started to learn Swift.
I have encountered an error beyond my common sense.


Following code works fine.


click to view
ForEach(0..

No comments:

Post a Comment

Thanks