In this post, we will see how to resolve label gets cropped in horizontal collection view swift Question: So all I need is to make a horizontal list of just labels and for this I used a collection view. it ...

In this post, we will see how to resolve UICollectionView: remove separators for specific cells only Question: I need to show separators for every cell in UICollectionView except every first cell of a section. I’m using list layout. So far ...

In this post, we will see how to resolve UICollectionView doesn’t scroll to bottom Question: I have an UICollectionView built programatically that doesn’t allow me to scroll to the last item in it. Here is how I set it up ...

In this post, we will see how to resolve Parsing different queries with one func using SWIFT Question: My problem is – I’m building Weather App that displays 20 different cities at the same time (that’s the task). I can ...

In this post, we will see how to resolve I can’t use value inside my UICollectionView from API ( Swift, MVVM, UIKit) Question: I’m trying to make simple app that shows a list with values from API. The thing is ...

In this post, we will see how to resolve Nested CollectionView doesn’t receive delegate events? Question: I have a horizontal collection view embedded in the cell of a vertical collection view (a carousel in a feed unit). For some strange ...

In this post, we will see how to resolve Simulate a cell like in between two cells and below two cells Question: I am using tableview and collection view inside to create this screen. If you look closer in the ...

Question: I got problem with moving to another ViewController after click in the cell. What I want to do: After click in the cell move to another ViewController, Send url from picked cell to second ViewController for downloading new data ...

Question: Is there a way to measure the width and height of a cell defined in xib from within “sizeforitemat” function or any other function of viewcontroller, once data is dynamically generated? The default layout of the collection view makes ...

Question: I would like to add a section header to a UICollectionView which contains two lables to show a title and a info description. Both labels can show multi line texts and the header size should be automatically adopted to ...