Build Instagram like UI using Compositional Layout | Swift | Xcode

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

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

  • @vinitsomani1038
    @vinitsomani1038 3 года назад +2

    I have not used compositional layout till now. After watching this I will definitely give it a shot where ever needed. nicely explained.

  • @DhavalHNena
    @DhavalHNena 2 года назад +1

    Truly a masterpiece, explaining such a complex feature in easiest way possible! Thanks a lot brother, you're doing a great job. Keep sharing your great content 😊

  • @hardipgajera2316
    @hardipgajera2316 2 года назад +1

    I visited too many blogs and apple documentation and videos, but I didn't get this thing to my mind, tried myself but not understood this.
    and when I visited your video I made a copy of Hotstar, prime, insta feed.
    you have such an amazing quality of teaching.
    thanks, man.
    and this topic itself is so confusable how did you get your hand on this too easily? any special trick?

  • @Timepass_duniya
    @Timepass_duniya 3 года назад +1

    you are legend bro :) :) , i haven't seen such a very good explanation anywhere . Thanks a lot for your video , you got one more subscriber :p

    • @iCode_Happy_Coding
      @iCode_Happy_Coding  3 года назад +1

      Thanks for the kind words. I’m glad that you liked the video 🙂

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

    Hi,
    Two things I found missing/incorrect in the video:
    1. You should have covered the section number UICompositional layout closure for layout. Currently everything (all groups and items) is only on a single collection view section (i.e section = 0). That would have added a lot more weight to the video. As the introduction of various sections eases the dev and layout handling.
    2. Secondly, you didn't remove the imageViews while adding in the cellForItemAt method. Whenever the cell dequeues, it will again add the imageView over it. So, there will be multiple image views added for a single cell as soon as you scroll up and down with more items (ex 70). You can check this in Debug View Hierarchy.
    Rest everything is fine 👍🏻

  • @sushantalone9387
    @sushantalone9387 3 года назад +1

    Such a brief and informative stuff. I am really eager to make this work with the APIs. Thank You Major 🤠

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

    broooooooooo, this was too goood

  • @csmaisuriya91
    @csmaisuriya91 3 года назад +1

    Informative video. Can you please make more videos on compositional layout which covers the following points:
    - set items to horizontally center so that the part of the previous & next items should be visible in the group.
    - Set more than one orthogonal behaviour within the single collection view
    Thanks.

    • @iCode_Happy_Coding
      @iCode_Happy_Coding  3 года назад

      Thanks for watching the video Chintan. I’ll try to cover these points. Thanks 🙂

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

    Thank you so much!

  • @denialfian2122
    @denialfian2122 3 года назад +1

    Really nice explanation, thank you so much :))

  • @ephirmdaniel5921
    @ephirmdaniel5921 3 года назад

    Excellent I have watched all your videos keep ur good work,..it's very useful

  • @jitendrachanglani2667
    @jitendrachanglani2667 3 года назад

    Will definitely try this and your explanation is superb, thanks a lot.👍👍👍👍

  • @palotstudio
    @palotstudio 3 года назад

    Got to learn new topic. Thank you and keep up the good work

  • @bamanstech3006
    @bamanstech3006 3 года назад +1

    Thank you.

  • @dineshtanwar6424
    @dineshtanwar6424 3 года назад

    so clear explanation Pallav 👍

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

    Very nice and informative video 🎉🎉🎉
    I am having some problems in making the profile screen like instagram and twitter but couldn’t make it due to it’s nested scrolling thing can you please make a video that as well ?
    I am using XLPagerTabStrip to switch between tabs but having issues in making vertical scroll with profile screen header

  • @Aditya-Pathak
    @Aditya-Pathak 3 года назад

    Power of apple 🍎💪 nicely explained 👌🏼

  • @gulamali1855
    @gulamali1855 11 месяцев назад

    How do we know the name of specific item (group1Item1) in cellForRow to show the specific type of content ? Just like Instagram the video always shows in cell that is bigger in size.. how we achieve this ?

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

    Can you create with diffable different datasource with this layout

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

    Can we make a bus ticket booking layout with this?

  • @tripathiprakash22
    @tripathiprakash22 3 года назад

    Got to know something new 👍 thanksalot 👍👍👍

  • @user-ec1dn3uz5k
    @user-ec1dn3uz5k 3 года назад

    I just discovered your channel and its a gem! keep doing what you are doing my friend. Also do you have any course or videos on Unit testing and UItesting in UIKit ?

    • @iCode_Happy_Coding
      @iCode_Happy_Coding  3 года назад

      Thanks for the kind words 🙂
      I haven’t released any courses yet but I’m planning to do some videos on it. Will try to release them soon.
      Glad that you liked the channel 🙂

    • @user-ec1dn3uz5k
      @user-ec1dn3uz5k 3 года назад

      @@iCode_Happy_Coding do you know any good resource I can use to learn unit testing and ui testing in iOS ?

    • @iCode_Happy_Coding
      @iCode_Happy_Coding  3 года назад +1

      If you want just a gist, a basic overview, then this article by Ray Wenderlich is good
      www.raywenderlich.com/21020457-ios-unit-testing-and-ui-testing-tutorial
      If you are looking for detailed course, this seems good (I haven't tried though)
      www.udemy.com/course/unit-testing-ios-mobile-app/

    • @user-ec1dn3uz5k
      @user-ec1dn3uz5k 3 года назад +1

      @@iCode_Happy_Coding thank you very much my friend! I’ll be learning from both resources. Appreciate the links

  • @Shade_with_me_7
    @Shade_with_me_7 2 года назад +1

    Hi ,thanks for making such amazing videos
    is it possible to convert it into reusable code in best way(specific to create group and item for every section)?
    If possible can you make video/or share with us?

  • @AnkitSoni30
    @AnkitSoni30 3 года назад

    nice one 👍