CollectionView Compositional Layout (Advanced Layouts) - Swift 5, Xcode 12, 2020 - iOS Development

Sdílet
Vložit
  • čas přidán 27. 08. 2024

Komentáře • 38

  • @tahasivrioglu9648
    @tahasivrioglu9648 Před 8 dny

    Thanks a lot!I've learned a lot of things 😀

  • @ekkogaming5461
    @ekkogaming5461 Před 3 lety +3

    seen your website, big fan here! I hope you get the attention you deserve!

  • @roshanthapa25
    @roshanthapa25 Před 2 lety +2

    This was a good exercise for the brain, lol.
    Nice tutorial

  • @gakkieNL
    @gakkieNL Před 3 lety +2

    Great video! Gonna try and rebuild my current flow layout to a compositional layout!

  • @garyhope17
    @garyhope17 Před 3 měsíci

    great video tutorial, keep it up!

  • @zanaeira
    @zanaeira Před 3 lety +3

    This video is great, especially the debugging bit followed by summary. Any chance of more videos on Compositional Layout? In particular, going from design to code with the whole fractionalWidth/Height stuff...? :)

  • @MrMarinner
    @MrMarinner Před rokem

    Perfect congratulations for the video

  • @ghaithali7286
    @ghaithali7286 Před 3 lety +1

    This is amazing thank you!!

  • @mak_whisk
    @mak_whisk Před 3 lety +1

    Thank you!

  • @darkodujmovic8776
    @darkodujmovic8776 Před 2 lety +1

    You should have used .fractionalHeight(1/3) and .fractionalHeight(2/3) because if you were to use .fractionalWidth the groups take the size of the section and layout wrong (overlaping) - but good video, thanks !

  • @mscitmadras
    @mscitmadras Před 3 lety +2

    Can you make one with multiple sections with different layout, and making one section show or hide based on the selection of cell from the above section...

  • @cem890
    @cem890 Před 3 lety +1

    Hi. Can you make a video about collectionView auto slider.There are only 1-2 videos that have been broadcast.It can be watched more than you think. :)

  • @MrMotoxify
    @MrMotoxify Před 3 lety

    Can you do a video about Waterfall CollectionViews? Love your Content!

  • @TheBitterlove
    @TheBitterlove Před 2 lety +1

    I think your content is really good but I still get lost a little bit when you start playing around with the compositional group (minutes 15). You should draw the final result you need for the audience. So, we could follow up easier.

  • @guillermomatosuc9740
    @guillermomatosuc9740 Před 10 měsíci

    How does the height of the group gets genereted?

  • @eliaserbenjamin6892
    @eliaserbenjamin6892 Před 3 lety +1

    In your final product, there's some insets missing after every triplet items, I tried but to solve it but couldn't. How do change that? Thanks.

    • @iOSAcademy
      @iOSAcademy  Před 3 lety

      You need to add contentInsets to each item and section element. I forgot to do this before I ended the video :)

  • @sammusso8073
    @sammusso8073 Před 3 lety +1

    If i want to use a tab bar controller with a collection view in the content view, should I embed a container view in the content view and set the child of the container view to a collection view controller?
    or should I straight define a collection view controller in the content view of the tab bar controller?
    note: I would like to use a diffable data source for the collection view controller.

  • @AntonBrock
    @AntonBrock Před 2 lety

    If it run on small iPhones doesn't break groups and layout?

  • @eliaserbenjamin6892
    @eliaserbenjamin6892 Před 3 lety +1

    Great video man, thumbs up. I am working on a project, but once I set collection view layout to such as the one you did in video, my collection view header doesn't show. But if I use UICollectionViewFlowLayout, the header shows. What do you think is the problem bro?

    • @eliaserbenjamin6892
      @eliaserbenjamin6892 Před 3 lety +1

      Solved it.
      Had to add; header = NSCollectionLayoutBoundarySupplementaryItem( layoutSize: headerSize, elementKind: UICollectionView.elementKindSectionHeader, alignment: .top)

  • @paonej4033
    @paonej4033 Před rokem

    Can you share the code?

  • @ANILKUMAR-vv1fz
    @ANILKUMAR-vv1fz Před 3 lety +1

    Can You Please Share Code

  • @tridaynee
    @tridaynee Před 3 lety +1

    we need resource image

  • @theheavenlymanna1097
    @theheavenlymanna1097 Před 3 lety

    Hi. Is there a way I can get code for this tutorial ? Very Well explained. But I would like to have code with him for future reference.

  • @Frank-mn1kc
    @Frank-mn1kc Před 3 lety +2

    lmao ur demo proves how horribly Apple design this compositional thing. The demo is pretty good though, thanks!