Pointer
Pointer
TSDThe Swift Den
Created by Pointer on 9/27/2023 in #swift-development
Picker not changing
changed it to
Picker("Original Unit", selection: $unitOriginal) {
ForEach(unitList, id: \.self) { unit in
Text(unit)
}
}
Picker("Original Unit", selection: $unitOriginal) {
ForEach(unitList, id: \.self) { unit in
Text(unit)
}
}
3 replies
TSDThe Swift Den
Created by Pointer on 9/16/2023 in #swift-development
Error on one struct but not on the other
I see, thank you!
6 replies
TSDThe Swift Den
Created by Pointer on 9/16/2023 in #swift-development
Error on one struct but not on the other
sorry, what do repeating and count mean? I don't understand
6 replies