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 autorealease pool?
Difference between release and autorelease ?
What is inactive state in ios?
What is bundle
What happens when we invoke a method on a nil pointer?
how you can delete a smart group created in Xcode?
What is made up of nserror object?
What is polymorphism in ios?
What is the difference between NSArray and NSMutableArray in iOS operating system?
Enlist frameworks for cocoa touch?
What is the use of appdelegate in ios?
What’s the difference between an “app id” and a “bundle id” and what is each used for?