soaapp / swift-jym

JYM is an Swift + SwiftUI iOS app that is an encyclopedia + workout journal designed to provide all the details of your fitness progress.
1 stars 0 forks source link

Fix ExerciseList to use a List value not ForEach for the allExercises array #15

Closed soaapp closed 1 year ago

soaapp commented 1 year ago

Inside ExercisesView the allExercises array is currently being shown with ForEach to list values of array but will disappear when List is used.

Needs further investigation. FIXME is added to code.

soaapp commented 1 year ago

Found this and removed scroll view in code but list view still doesn't show array values.

arota18 commented 1 year ago

I've to go to work in something like 30 mins, after that and if you want, i can try to investigate on this issue.

soaapp commented 1 year ago

Hey there my friend, if you're ok with looking into it that would be great! No rush at all.👍