Expermintes with NSCopying and Iconselection window

This commit is contained in:
michael starke
2013-03-23 00:14:29 +01:00
parent a91c1a64d9
commit 476e18b870
11 changed files with 316 additions and 79 deletions

View File

@@ -9,6 +9,8 @@
#import "MPViewController.h"
@interface MPIconSelectViewController : MPViewController <NSCollectionViewDelegate>
@property (assign) IBOutlet NSCollectionView *iconCollectionView;
- (IBAction)useDefault:(id)sender;
@end