I found that UICollectionView is like an upgraded version of UITableView introduced in iOS6, but when should I choose UICollectionView
UICollectionView
UITableView
As per my view for Grid View display use UI Collection View.All other list view use UITable View