iOS Dev 41: UICollectionView Compositional Layout Explained | Swift 5, XCode 13

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

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

  • @simrandotdev
    @simrandotdev 2 года назад +5

    A video on CollectionView Diffable Data Source as well. And then a video with a combination of Compositional Layout and Diffable Data Source in a single collection view

    • @EmmanuelOkwara
      @EmmanuelOkwara  2 года назад +4

      Diffable data source is actually on my list.
      Video coming soon 😊

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

    Hey thanks for the video. Why you create your helper as a struct not a class?

  • @RiadSultanov
    @RiadSultanov 7 месяцев назад

    it would be nice if you put the result of the work you're going to do before the work itself (when editing video) instead of showing it with fingers. It's just about what you can do better, anyway nice video, thanks very much!

  • @Chandan-xz8cd
    @Chandan-xz8cd Год назад

    This is first video of your channel, and i fall in love with your channel. such powerfull content and amazing explanation. thanks dude.😃

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

      Thanks, Chandan
      I appreciate the kind words 😊

  • @user-ik3es6gz4q
    @user-ik3es6gz4q Год назад

    why the change of alignment doesn't change scroll

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

    Buddy, thank you so much. This is the best material on Compositional layout !

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

    Excellent tutorial, loved every bit of it.
    Felt like I was back in school, LOL.
    Now I see Compositional Possibilities🚀🚀🚀🚀🚀🚀

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

      “Compositional Possibilities” that’s a good one 😅

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

    Great tutorial, thanks for that !
    Question - If I fetch more images (like infinite scrolling) - do I need to call to createLayout again? or layoutIfNeeded?

    • @EmmanuelOkwara
      @EmmanuelOkwara  Год назад +3

      No. You create the layout one time and as your data changes, the list will be updated to follow the layout.

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

    Thank you so much! It was much easier to understand with you explanation 🙏

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

    Hi Emmanuel,
    Now the function of NSCollectionLayoutGroup:
    open class func horizontal(layoutSize: NSCollectionLayoutSize, subitem: NSCollectionLayoutItem, count: Int) -> Self
    is deprecated.
    And the new function
    open class func horizontal(layoutSize: NSCollectionLayoutSize, repeatingSubitem subitem: NSCollectionLayoutItem, count: Int) -> Self
    Doesn't yield the output as shown in the video. Can you replace your func and see the behaviour. Its totally different now.
    I think as per new func its our responsibility to adjust the layout size of item and feed the item in group. In your case to have count = 2 horizontally, we need to set the layout size width with fraction as 0.5 in NSCollectionLayoutItem.

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

    Thank you so much for your videos! You explain very very well))

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

    Love from , India . Thanks bro .

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

    Very easy to understand, thank you so much

  • @10xengineerfut
    @10xengineerfut 2 года назад

    It would be good, if you did a video about what a junior iOS devs should know)

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

      That’s a good one. I’ll add to my list

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

    great explanation. thank you!

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

    sir, I love your teaching ❤
    hope all time you upload new video with new thing for us 😍
    Thank you so much sir for give us your valuable time💕

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

      Thank you so much for the kind words 😊

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

    Great Job! Thanks!

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

    Sir how do you know what item is selected when creating multiple items wrapped in different groups ?

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

      You’ll use the collectionview’s didSelectItemAt delegate method which will give you the index of the selected item.

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

    magic is forbidden outside Hogwarts!

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

      Is this a reference to Harry Potter? 😅

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

      @@EmmanuelOkwara Yes) This looks awesome, probably illegal)))

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

    Thank you so much!

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

    thank you man)

  • @10xengineerfut
    @10xengineerfut 2 года назад

    Nice bro, good luck