nice tutorial, thanks to you I understood that the geometry reader was providing the coordinates of the parent and not the enclosed child ... I was loosing my hair over it :)
For everybody who gets unexpected results. GeometryReader uses the full height and width it receives from its parent view. Even if you use the GeometryReader for scaling down the child view, the GeometryReader view stays at full height/width. Lost hours until I realised this 😒here is an example stackoverflow.com/questions/59141558/geometryreader-unwanted-full-height-width-behaviour/59142001#59142001
Another great video!! Thank you!!!
Excellent video, buying your course :D
Arturo Fernandez Marco thanks
very helpful video thx
Nice tutorial Azam, I bought your Rx tutorial on UDemy some time ago, can't wait to buy more of your stuff
Thank you so much!
nice tutorial, thanks to you I understood that the geometry reader was providing the coordinates of the parent and not the enclosed child ... I was loosing my hair over it :)
Great explanation! Thank you 🙂
how to remove white space between image and red view?
Why you do not show what happen if we use width less than g.size.width ??
thanks
For everybody who gets unexpected results. GeometryReader uses the full height and width it receives from its parent view. Even if you use the GeometryReader for scaling down the child view, the GeometryReader view stays at full height/width. Lost hours until I realised this 😒here is an example stackoverflow.com/questions/59141558/geometryreader-unwanted-full-height-width-behaviour/59142001#59142001
This is good but I feel a better explanation of ZStack is needed here.