24:45 I didn't expect it to be this good. hahahah! Why are you so cool man?
@isaaciniongun65682 жыл бұрын
Great content, absolutely love it. Going to use the concepts learned here in a production app straightaway...
@EmmanuelOkwara2 жыл бұрын
I’m glad I could help 🔥🔥🔥
@waheedafolabi69292 жыл бұрын
Made easy. Awesome.
@EmmanuelOkwara2 жыл бұрын
Thanks, Waheed 😊
@hungfhq79192 жыл бұрын
Great tutorial
@pepapig86212 жыл бұрын
it was very useful
@prashansamarathunge2 жыл бұрын
Superb 💯 Waiting for cell animation Video ♥
@Callmelatertoday2 жыл бұрын
Thank you!!
@jaanioojaanioo61602 жыл бұрын
Hey Emmanuel! Can u make video about making app using Combine framework and JSON API where U have CollectionView in UIKit?
@teaberry732 жыл бұрын
The timing! 🤌🏽 I needed to learn this this week and here it is coming through in my subscriptions. Awesome! Thank you so much!
@EmmanuelOkwara2 жыл бұрын
I’m glad to hear it. 😊
@vtrborelli2 жыл бұрын
really GREAT timing, last week i was trying to find something like the popular section, and I found no good content about it
@pickleteach19202 жыл бұрын
Awesome as always! Thinking about creating a Swift course?)
@EmmanuelOkwara2 жыл бұрын
I really want to but the past few months have been really tight for me 🥲
@ihemjiereokwara62572 жыл бұрын
Well done Emmanuel
@EmmanuelOkwara2 жыл бұрын
Thanks, mom ❤️😊
@ashishrai3812 жыл бұрын
Great explanation Emmanuel! just a Question: how can we zoom centere item with .groupPagingCentered option?
@ranganathchenna45592 жыл бұрын
awesome...☀︎
@card1nal312 Жыл бұрын
Wooow! ☄🔥👏🏻
@christostsangaris47852 жыл бұрын
Great explanation Emmanuel! Just a question: How could we have optional sections? For example, if the Popular data were not available, then skip the Popular header and cells and instead show the Coming Soon section? If I just skip this in the datasource, then the Coming Soon section will populate the Popular section layout and it will break the UI. Thank you in advance.
@EmmanuelOkwara2 жыл бұрын
Thanks, Christos Because we use a switch statement to style the section, the collectionview will only use the layout for the section if it is visible. This means that if we were to remove the popular section, it’ll just show the coming soon next. You can try that out by removing the popular section from the pageData in MockData file.
@zardashtjaza13432 жыл бұрын
hello Emanuel. , why your app is. using so much of memory? doesn't it memory leak?
@doqew9292 Жыл бұрын
брат, спасибо
@abuzarmanzoor5545 Жыл бұрын
lets suppose i have 2 groups, i want to use different uicollectioncell for each group how can i do that?
@EmmanuelOkwara Жыл бұрын
You can determine which cell to display in the cellForItemAt indexPath based on the section or index, you’ll select the cell to use. 04:54 The layout compositional layout only cares about how to size the cells (whatever they are)
@TheRealWilcox2 жыл бұрын
Is there anyway to pin the section 0 to top of screen? So when the rest of sections scroll section zero will stay on top?
@EmmanuelOkwara2 жыл бұрын
I would say that maybe just move it outside the collectionview entirely so that it remains pinned to the top regardless of scroll behavior.
@FaVeShiva2 жыл бұрын
How would you add data to the different listSections (.stories .popular ...) I get en error message that says items are get-only property.