Tag: Delete Cell

  • UICollectionView Demo in Swift

    UICollectionView can be used for displaying set of data in rows and columns The main difference between UICollectionView and UITableView is that CollectionView can be display more than one column. The following topics are covered in this article Simple collection view demo Displaying data in Collection View Implementiing Custom Cell  Adding Section Headers Highlighting Cell Insert…