Archived
Attempt to fix jumpy pull-to-refresh behaviour, revamped settings page to suit the iOS design better
This commit is contained in:
@@ -43,6 +43,8 @@ class ColourPickerView: UIViewController, UICollectionViewDataSource, UICollecti
|
||||
super.viewDidLoad()
|
||||
index = prefs.integer(forKey: key)
|
||||
self.toolbar!.topItem!.title = "\(course)"
|
||||
self.collectionView.delegate = self
|
||||
self.collectionView.dataSource = self
|
||||
}
|
||||
|
||||
func collectionView(_ collectionView: UICollectionView, didSelectItemAt indexPath: IndexPath) {
|
||||
|
||||
Reference in New Issue
Block a user