seen your website, big fan here! I hope you get the attention you deserve!
@roshanthapa252 жыл бұрын
This was a good exercise for the brain, lol. Nice tutorial
@iOSAcademy2 жыл бұрын
Thanks
@gakkieNL4 жыл бұрын
Great video! Gonna try and rebuild my current flow layout to a compositional layout!
@zanaeira3 жыл бұрын
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...? :)
@garyhope176 ай бұрын
great video tutorial, keep it up!
@iOSAcademy6 ай бұрын
Thanks, will do!
@MrMarinner Жыл бұрын
Perfect congratulations for the video
@iOSAcademy Жыл бұрын
Thanks
@ghaithali72863 жыл бұрын
This is amazing thank you!!
@iOSAcademy3 жыл бұрын
Youre welcone
@mak_whisk3 жыл бұрын
Thank you!
@iOSAcademy3 жыл бұрын
Youre welcome
@cem8904 жыл бұрын
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. :)
@mscitmadras4 жыл бұрын
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...
@iOSAcademy4 жыл бұрын
Multiple section version coming soon :)
@mscitmadras4 жыл бұрын
@@iOSAcademy thank u..
@guillermomatosuc9740 Жыл бұрын
How does the height of the group gets genereted?
@sammusso80733 жыл бұрын
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.
@darkodujmovic87762 жыл бұрын
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 !
@MrMotoxify3 жыл бұрын
Can you do a video about Waterfall CollectionViews? Love your Content!
@iOSAcademy3 жыл бұрын
Sure thing!
@eliaserbenjamin68924 жыл бұрын
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?
@eliaserbenjamin68924 жыл бұрын
Solved it. Had to add; header = NSCollectionLayoutBoundarySupplementaryItem( layoutSize: headerSize, elementKind: UICollectionView.elementKindSectionHeader, alignment: .top)
@AntonBrock3 жыл бұрын
If it run on small iPhones doesn't break groups and layout?
@paonej40332 жыл бұрын
Can you share the code?
@eliaserbenjamin68924 жыл бұрын
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.
@iOSAcademy4 жыл бұрын
You need to add contentInsets to each item and section element. I forgot to do this before I ended the video :)
@TheBitterlove3 жыл бұрын
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.
@ANILKUMAR-vv1fz4 жыл бұрын
Can You Please Share Code
@iOSAcademy4 жыл бұрын
Its on github for channel members
@ANILKUMAR-vv1fz4 жыл бұрын
Iam The Joiner of Ios Acamedy . How To get Code
@theheavenlymanna10973 жыл бұрын
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.
@tridaynee4 жыл бұрын
we need resource image
@Frank-mn1kc3 жыл бұрын
lmao ur demo proves how horribly Apple design this compositional thing. The demo is pretty good though, thanks!