Answer Posted / 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 |
Post New Answer View All Answers
What is dynamic typing in iOS operating system?
What happens when we invoke a method on a nil pointer?
Which class will be subclassed in iOS operating system?
what are the two different smart groups in Xcode?
An app is loaded into memory but is not executing any code. In which state will it be in?
Would I be able to keep in touch with some c++ work in the equivalent .m record? Will it compile? Assuming no, what changes would it be a good idea for me to do to compile it?
How do you decide when to use infinite scroll or pagination in ios? : IOS Architect
What is a background thread?
What is uitableviewdatasource?
Is the delegate for a CAAnimation retained in iOS operating system?
What is core data stack?
Explain the application lifecycle in ios?
What is notification in iOS?
Explain the difference between stack and heap memory?
How to implement "load more" using nsfetchedresultscontroller?