Iconselection view now shows available icons

This commit is contained in:
michael starke
2013-07-28 14:14:32 +02:00
parent 07dae46b4c
commit 514477d6fc
7 changed files with 228 additions and 500 deletions

View File

@@ -11,6 +11,8 @@
@interface MPIconSelectViewController : MPViewController <NSCollectionViewDelegate>
@property (weak) IBOutlet NSCollectionView *iconCollectionView;
@property (weak) IBOutlet NSButton *imageButton;
- (IBAction)useDefault:(id)sender;
@end