Stop using Spacer() in SwiftUI

Поделиться
HTML-код
  • Опубликовано: 23 май 2023
  • Spacer is an easy solution to move Views around on the screen. And while in complex screens it makes sense to use this View, in other situations it makes the code a bit cluttered. Let's explore an alternative using the frame ViewModifier.
    🚀 LaunchBuddy: apple.co/3iFcjjW
    📚 Try CWC+: bit.ly/cwc_flo
    ☕️ Buy me a coffee: ko-fi.com/flowritescode
    👋 Links: flowritesco.de
    🛠 Forge: apple.co/3riG8MQ
    Affiliate Links ❤
    📕 SwiftUI & Combine Books: www.bigmountainstudio.com/a/t...
    🔬 Get Reports about your apps: appfigures.com/r/5by3g
    📊 Privacy focused analytics: dashboard.telemetrydeck.com/r...
    💻 The most powerful mac app for developers: devutils.app/?ref=flo
    ☕️ Support me: ko-fi.com/flowritescode
    If you have any video suggestions please feel free to let me know by a comment.
    Get in contact via
    Twitter: / flowritescode
  • НаукаНаука

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

  • @martinq872
    @martinq872 Год назад +1

    Oh! You finally make video about spacer!
    I’ve wait for this from you said on short video until now! 😁

  • @yeserguitar
    @yeserguitar 11 месяцев назад +2

    Good suggestion for a neat and readable code. Thank you!

  • @KevinChromik
    @KevinChromik Год назад +1

    Very useful, thanks!

  • @abdulkarimkhaan
    @abdulkarimkhaan 9 месяцев назад +1

    I have been creating SwiftUI tutorials from last two months and this is a great piece of advice for aligning texts or view. It will increase readability by keeping code clean.
    Will definitely use this from now onwards.
    Big Thanks!! :))

  • @swiftandtips
    @swiftandtips Год назад +1

    Great tip! 😃

  • @rahuljamba5846
    @rahuljamba5846 Год назад +1

    Great 💡 tips thanks for sharing

  • @sunrizz
    @sunrizz Год назад +1

    Great! Thanks! 🙌

  • @DevLiuSir
    @DevLiuSir Год назад +1

    Thanks! Simplified a lot.

  • @illyakrit7494
    @illyakrit7494 Год назад +1

    Nice Star Wars helmets!
    And advices are very useful

  • @alihodroj9559
    @alihodroj9559 7 месяцев назад +1

    Great tips! Thanks a lot for the video.

  • @natgenesis5038
    @natgenesis5038 2 месяца назад +1

    Very facts i just found that , since i started caring other screen sizes .

  • @rahuljamba5846
    @rahuljamba5846 2 месяца назад +1

    Great thanks for sharing your knowledge 📚

  • @natgenesis5038
    @natgenesis5038 2 месяца назад +1

    GeometryReader,Stacks and Padding are enough

  • @vsemenchenko
    @vsemenchenko Год назад +1

    Thanks! Is using overlay efficient rather than ZStack+VStack?

    • @FloWritesCode
      @FloWritesCode  Год назад +1

      Since SwiftUI is closed-source, I really don't know how things are implemented under the hood :/

  • @holgerflick
    @holgerflick Год назад +2

    Great video! Thank you! Just a note... did you notice the flicker after most of the pans? It is quite unnerving and distracts from the excellent content.

    • @FloWritesCode
      @FloWritesCode  Год назад

      Thanks. I already passed that on to this video‘s editor and it seems to have been a rendering issue in Premiere. Will hopefully be fixed in all videos going forward👍🏼

  • @ramonteiro
    @ramonteiro 8 месяцев назад +1

    Totally agree. 4 Spacer() to only keep a Text in a corner seems quite verbose 😅Thanks for the tip

  • @simonIsDev
    @simonIsDev 3 месяца назад +1

    it's so usefull for me

  • @fsck-music
    @fsck-music 4 месяца назад +1

    What's the shortcut to take what you've highlighted and place it within curly braces? I've been doing this by hand 💀

    • @FloWritesCode
      @FloWritesCode  4 месяца назад +1

      Just use the curly braces, there's no shortcut. Xcode automatically places them around the selected lines :D

  • @Scott-oe7dv
    @Scott-oe7dv 2 месяца назад

    what was the short cut you used to add outer {} to a view?

    • @FloWritesCode
      @FloWritesCode  2 месяца назад

      No shortcut, just select mutliple lines and type a {

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

    just male view extension with spacers

  • @ivenprillwitz
    @ivenprillwitz Год назад +1

    Of don’t get what’s wrong with spacer(). Easy to read.

    • @FloWritesCode
      @FloWritesCode  Год назад +1

      Yup, in some cases it really makes sense. This video just shows an alternative that can be cleaner at times :D

    • @indomitabletr1834
      @indomitabletr1834 Год назад

      @@FloWritesCode I agree, different scenarios for different needs

    • @tokero5199
      @tokero5199 5 месяцев назад

      @@FloWritesCode Your video is literally called Stop using Spacer() in SwiftUI...

    • @natgenesis5038
      @natgenesis5038 2 месяца назад

      Other screen sizes

  • @Hewhogotslapd
    @Hewhogotslapd 2 месяца назад

    Title is misleading for beginners. Geomettery reader is great for the example that you shared, however for more simple UIs Spacer is much easier to use and creates less code complexity. Otherwise great video.

    • @FloWritesCode
      @FloWritesCode  2 месяца назад +3

      How is GeometryReader relevant here?

    • @natgenesis5038
      @natgenesis5038 2 месяца назад

      For all screen sizes spacer() is nightmare . GeometryReader is very powerful for all screen sizes and position .

  • @CarstenVoss-oh2el
    @CarstenVoss-oh2el 20 дней назад

    Sorry but this is title is confusing for new people. This works as long as you use view which tries to take as much space as possible (e.g. Color).
    If one would use your advise and overlay a Text with an Image, one need to set a frame on the text with the correct size and alignment for that frame. Additionally, as the modifier name suggests, the content of the original view could overlapped by the overlay.

  • @VictorRiurean-ee7fj
    @VictorRiurean-ee7fj Месяц назад