Cleaned up some code

This commit is contained in:
Deniz Duezgoeren
2019-08-23 13:04:36 +02:00
parent 6bb14d659d
commit c92d47f224
8 changed files with 17 additions and 85 deletions
+1 -1
View File
@@ -59,7 +59,7 @@ class ColourPickerView: UIViewController, UICollectionViewDataSource, UICollecti
currentSelected = indexPath
// // For reload the selected cell
// For reload the selected cell
self.collectionView.reloadItems(at: [currentSelected!])
}