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 are the controllers are available in objective C
What is the difference between retain & assign in iOS operating system?
Please explain what is difference strong and weak reference?
What is atomic and nonatomic in iOS operating system? What is run loop in iOS ?
Where can you test Apple iPhone apps if you don’t have the device?
Difference between cocoa, cocoa touch and objective c?
Explain application sandboxing.
Is the object retained if I call performSelector:withObject:afterDelay:?
What are layer objects?
What is dependency management?
What is cocoa touch?
Explain the different types of ios application states.