Top "Uicollectionview" questions

The UICollectionView class manages an ordered collection of data items and presents them using customizable layouts.

UICollection View Adjust Cell Size for Screen Size

Currently i have a collection view which takes up most of my screen at the 3.5 inch screen size.The collection …

ios objective-c constraints uicollectionview uicollectionviewcell
Resize UICollectionView cells after their data has been set

My UICollectionView cells contain UILabels with multiline text. I don't know the height of the cells until the text has …

objective-c uicollectionview uicollectionviewcell
Left Align Cells in UICollectionView

I am using a UICollectionView in my project, where there are multiple cells of differing widths on a line. According …

ios objective-c uicollectionview uicollectionviewlayout
UICollectionView and Supplementary View (header)

Trying to add a a Supplementary view into my UICollectionView as a header. I'm having issues getting it to work. …

ios objective-c uicollectionview uicollectionviewlayout
UICollectionView inside a UITableViewCell -- dynamic height?

One of our application screens requires us to place a UICollectionView inside of a UITableViewCell. This UICollectionView will have a …

ios uitableview uicollectionview
How to change space between cells in UICollectionView?

I want to reduce the size between cells in row. Now it looks like: I'm trying this, for reduce the …

ios swift uicollectionview uicollectionviewcell
Specify row and column number for UICollectionView

I want to show a UICollectionView which contains exactly 2 rows and 100 cells in each row. // 1 - (NSInteger)collectionView:(UICollectionView *)view …

ios uicollectionview uicollectionviewcell
When to use UICollectionView instead of UITableView?

I found that UICollectionView is like an upgraded version of UITableView introduced in iOS6, but when should I choose UICollectionView …

ios objective-c uitableview uicollectionview
How to add PageControl inside UICollectionView Image Scrolling

I have UICollectionView Horizontal Image listing codes. I want to add PageControl when scrolling images will shows, I added pagecontrol …

ios swift uicollectionview swift3 uipagecontrol
Specifying one Dimension of Cells in UICollectionView using Auto Layout

In iOS 8 the UICollectionViewFlowLayout supports automatically resizing cells based on their own content size. This resizes the cells in both …

ios objective-c uicollectionview autolayout