mirror of
https://github.com/MacPass/MacPass.git
synced 2025-12-19 04:59:35 +00:00
Refacoted window and view controller to use windowNibName and nibName. Fixes #164
This commit is contained in:
@@ -18,9 +18,8 @@ NSInteger const kMPDefaultIcon = -1;
|
||||
|
||||
@implementation MPIconSelectViewController
|
||||
|
||||
|
||||
- (id)init {
|
||||
return [self initWithNibName:@"IconSelection" bundle:nil];
|
||||
- (NSString *)nibName {
|
||||
return @"IconSelection";
|
||||
}
|
||||
|
||||
- (id)initWithNibName:(NSString *)nibNameOrNil bundle:(NSBundle *)nibBundleOrNil {
|
||||
|
||||
Reference in New Issue
Block a user