SimpleBoilerplates / SwiftUI-Cheat-Sheet

SwiftUI 2.0 Cheat Sheet
MIT License
4.37k stars 305 forks source link

Fix compiler error in List. #36

Closed yimajo closed 3 years ago

yimajo commented 3 years ago

This Pull Request fixes the following error output in List.

スクリーンショット 2021-03-14 19 47 52

Fix the same as ForEach(0. .100, id: \.self) in this README.md.