Converted to properties where possible. Some missing due to 10.8 deployment

Signed-off-by: michael starke <michael.starke@hicknhack-software.com>
This commit is contained in:
michael starke
2015-10-21 17:29:30 +02:00
parent 50cebc0ef2
commit fa5ca62e9d
7 changed files with 44 additions and 41 deletions

View File

@@ -20,13 +20,6 @@
return @"ReferenceBuilderView";
}
//- (instancetype)initWithNibName:(NSString *)nibNameOrNil bundle:(NSBundle *)nibBundleOrNil {
// self = [super initWithNibName:nibNameOrNil bundle:nibBundleOrNil];
// if(self) {
// }
// return self;
//}
- (void)didLoadView {
[self.searchKeyPopUpButton setMenu:[self _allocateAttributeItemMenu:YES withTitle:NSLocalizedString(@"SEARCH_VALUE", "")]];
[self.valuePopUpButton setMenu:[self _allocateAttributeItemMenu:NO withTitle:NSLocalizedString(@"OUTPUT_VALUE", "")]];