---
title: "What is UICollectionView?"  
description: "What is UICollectionView?"  
author: "Sunil Singh"  
published: 2015-05-11  
updated: 2020-09-20  
canonical: https://www.mindstick.com/interview/2507/what-is-uicollectionview  
category: "iphone"  
tags: ["iphone", "ios", "ipad"]  
reading_time: 1 minute  

---

# What is UICollectionView?

The UICollectionView class manages an ordered collection of data items and presents them using customizable layouts. Collection views provide the same general function as table views except that a collection view is able to support more than just single-column layouts. Collection views support customizable layouts that can be used to implement multi-column grids, tiled layouts, circular layouts, and many more.

## Answers

### Answer by Sunil Singh

The UICollectionView class manages an ordered collection of data items and presents them using customizable layouts. Collection views provide the same general function as table views except that a collection view is able to support more than just single-column layouts. Collection views support customizable layouts that can be used to implement multi-column grids, tiled layouts, circular layouts, and many more.


---

Original Source: https://www.mindstick.com/interview/2507/what-is-uicollectionview

Copyright © MindStick Software Pvt. Ltd. This Markdown version is provided for developers, AI systems, and offline reading.
