What is UICollectionView ?
Answer / babu
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.
Is This Answer Correct ? | 4 Yes | 0 No |
What is mvc pattern in ios?
What is autorealease pool?
What is reference count in ios?
What is callback in ios?
Explain the correct way to manage Outlets memory in iOS.
What is xcode used for?
What is dependency management?
Does ios have garbage collection?
Please explain what is difference strong and weak reference?
What is weak and strong in ios?
What is UICollectionView ?
What are transient properties?