IOS TOPICS

IOS Introduction
Swift UI Label
Swift UI Button
Swift UI Text Field
Swift UI Slider
Swift UI Switch
Swift UI Stepper
Swift UI Date Picker
Swift UI Segmented Control
Views
Table View
Collection Views
SCROLL VIEW
iOS Content View
iOS View Controllers
iOS Bar interface
iOS Navigation interface
iOS Architect Pattern
iOS Libraries
iOS Web request and parsing
iOS user defaults
iOS Coredata and database

What is a CollectionView


What is a CollectionView?

Collection view is similar to table view except that the data is stored in cells on a grid, giving flexibility in the way we can represent data. Data is obtained and displayed in combinations of cell layouts and can be a grid or a custom layout that the developer designs