Using NSViewController presentation instead of manual NSPopup creation

This commit is contained in:
Michael Starke
2018-11-05 17:36:32 +01:00
parent d6b95118da
commit 1ed35a6eab
10 changed files with 40 additions and 95 deletions

View File

@@ -27,8 +27,4 @@
@interface MPIconSelectViewController : MPViewController <NSCollectionViewDelegate>
@property (weak, nullable) NSPopover *popover;
- (IBAction)didSelectCollectionViewItem:(id _Nullable)sender;
@end