Fixed some issues, revamped code and added a little YouTube easter egg

This commit is contained in:
Deniz Duezgoeren
2019-10-08 11:51:21 +02:00
parent 40250ecc7b
commit b7bc097664
13 changed files with 81 additions and 38 deletions
-1
View File
@@ -21,7 +21,6 @@ class ColourPickerView: UIViewController, UICollectionViewDataSource, UICollecti
var index = 0
var key = ""
@IBOutlet weak var collectionView: UICollectionView!
var previousSelected: IndexPath? = nil
var currentSelected: IndexPath? = nil
var selectedNewItem = false