I found that UICollectionView is like an upgraded version of UITableView introduced in iOS6, but when should I choose UICollectionView
UICollectionView
UITableView
Based on our need we are choosing TableView or CollectionView.
Example:
For phone contacts tableView is best option. For photo gallery, collection view will be best option.
For phone contacts tableView is best option.
For photo gallery, collection view will be best option.