Instagram Front-end in SwiftUI under 1h

Поділитися
Вставка
  • Опубліковано 27 жов 2024

КОМЕНТАРІ • 27

  • @nimor2967
    @nimor2967 2 роки тому

    You are very best in making a high end quality of tutorial in simplest way. Thank you.

  • @martinhassani7266
    @martinhassani7266 2 роки тому +2

    Just wow 🤩 thank you buddy for sharing this amazing tutorial! 🙏🏼

  • @keattisakmunfc3449
    @keattisakmunfc3449 9 місяців тому

    you are very best man, I learning coding with video, so easy man, thank you so much i love it bro

  • @지지-z7d
    @지지-z7d 2 роки тому

    The best tutorial video. thanks

  • @Music-gn1xe
    @Music-gn1xe 2 роки тому

    Thank you very much for this great video
    You are amazing
    Your explanation is very easy, thanks again

  • @Poroto2107
    @Poroto2107 2 роки тому +5

    Instead of adding a bunch of Spacers() between Tab Items, wouldn’t it be a cleaner approach to set the maxWidth of each tab item to .infinity so every element takes as much space as it possibly can, equally dividing the available space?

    • @DesignCodeTeam
      @DesignCodeTeam  2 роки тому +1

      Yes, you can also do it this way. In the next part, I will show an even cleaner way and navigation 😉

    • @Poroto2107
      @Poroto2107 2 роки тому

      @@DesignCodeTeam Yeey, looking forward to it then!

    • @RawcatIsku
      @RawcatIsku 2 роки тому +1

      @@DesignCodeTeam is this episode out yet?

  • @SladeruS
    @SladeruS 2 роки тому +1

    Thanks you for this video.

  • @FishingwithTyBaker
    @FishingwithTyBaker 20 днів тому

    Yes it looks like instagram, but how do you make it function?? Essentially you’ve created a slideshow version of instagram. Why is everyone on UA-cam doing it this way??

  • @devsmond
    @devsmond 2 роки тому +1

    How do you know if your icons are the perfect size before importing them? Very convenient to not have to resize every icon throughout the app.

    • @DesignCodeTeam
      @DesignCodeTeam  2 роки тому +1

      Good question! When you import images in SVG, the size is hardcoded into the format. The images will always have the same dimensions. For more flexibility, I recommend using SF Symbols and the font modifier.

    • @devsmond
      @devsmond 2 роки тому

      @@DesignCodeTeam thanks! I appreciate your response and content!

  • @yooyoo8248
    @yooyoo8248 Рік тому

    isnt it better to use "uiTabBar" instead of creating one of your own? it had functionality that goes behind just the look no?

  • @dev_jeongdaeri
    @dev_jeongdaeri 2 роки тому

    Thanks for great content 👍👍

  • @hysokchea5313
    @hysokchea5313 2 роки тому

    Could you do this by using Uikit?

  • @niharajpurohit2750
    @niharajpurohit2750 2 роки тому

    How can we add stories dynamically? instead of writing 8 times? I have a array of names and image which I need to set similarly?

    • @kangzheng50
      @kangzheng50 2 роки тому

      can use 'ForEach' to do that

  • @katelibra
    @katelibra 2 роки тому +1

    Amazing

  • @MoneyNerd1
    @MoneyNerd1 11 місяців тому

    I am not able to download assets can anybody help out with this issue

  • @FabricioMTL
    @FabricioMTL 2 роки тому

    What about dark mode

  • @5up3rl0v3
    @5up3rl0v3 2 роки тому +1

    Well, it’s great…