allow for drag and drop on iconImageView to update custom icons

This commit is contained in:
michael starke
2017-09-18 11:21:32 +02:00
parent 9ac3caa5b5
commit c444c27a98
9 changed files with 68 additions and 39 deletions

View File

@@ -94,6 +94,11 @@
[task resume];
}
- (void)deleteIcon:(id)sender {
}
- (void)_deleteIcon:(KPKIcon *)icon {
NSUInteger iconIndex = [self.iconCollectionView.content indexOfObject:icon];