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

removed the external ScrollView causing the issue #15 + formatting + … #17

Closed arota18 closed 1 year ago

arota18 commented 1 year ago

…remove FIXME comment on ExerciseView.

As far I can tell the issue is caused by the fact that a ScrollView doesn't have a defined frame / dimension (cause it's scrollable as List) so when List ask to its parent (ScrollView) for frame bounding it doens't work. (I've found this thread https://developer.apple.com/forums/thread/126898 if can be helpful)

soaapp commented 1 year ago

Hey there, thanks for finding the fix and putting that link as well, it was very helpful to see. Really appreciate your help!