Relative Layouts Using GeometryReader in SwiftUI

Поделиться
HTML-код
  • Опубликовано: 28 ноя 2024

Комментарии • 13

  • @gojamesgo851
    @gojamesgo851 10 месяцев назад

    Another great video!! Thank you!!!

  • @arturo7392
    @arturo7392 4 года назад

    Excellent video, buying your course :D

    • @azamsharp
      @azamsharp  4 года назад

      Arturo Fernandez Marco thanks

  • @Okosh630
    @Okosh630 4 года назад

    very helpful video thx

  • @krutomjer
    @krutomjer 5 лет назад

    Nice tutorial Azam, I bought your Rx tutorial on UDemy some time ago, can't wait to buy more of your stuff

  • @GrandStephNY
    @GrandStephNY 4 года назад

    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 :)

  • @donathmm3881
    @donathmm3881 5 лет назад

    Great explanation! Thank you 🙂

  • @mochamadnurkhayalkadafi1596
    @mochamadnurkhayalkadafi1596 4 года назад

    how to remove white space between image and red view?

  • @raymundoortiz7269
    @raymundoortiz7269 2 года назад

    Why you do not show what happen if we use width less than g.size.width ??

  • @ruzgarmuhendisi6173
    @ruzgarmuhendisi6173 5 лет назад

    thanks

  • @simonbachmann2120
    @simonbachmann2120 5 лет назад

    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

  • @SwiftySanders
    @SwiftySanders 5 лет назад

    This is good but I feel a better explanation of ZStack is needed here.