|
@@ -16,7 +16,6 @@
|
|
|
#import "FLEXArgumentInputStringView.h"
|
|
#import "FLEXArgumentInputStringView.h"
|
|
|
#import "FLEXArgumentInputFontView.h"
|
|
#import "FLEXArgumentInputFontView.h"
|
|
|
#import "FLEXArgumentInputColorView.h"
|
|
#import "FLEXArgumentInputColorView.h"
|
|
|
-#import "FLEXArgumentInputFontsPickerView.h"
|
|
|
|
|
|
|
|
|
|
@implementation FLEXArgumentInputViewFactory
|
|
@implementation FLEXArgumentInputViewFactory
|
|
|
|
|
|
|
@@ -52,8 +51,6 @@
|
|
|
argumentInputViewSubclass = [FLEXArgumentInputNumberView class];
|
|
argumentInputViewSubclass = [FLEXArgumentInputNumberView class];
|
|
|
} else if ([FLEXArgumentInputJSONObjectView supportsObjCType:typeEncoding withCurrentValue:currentValue]) {
|
|
} else if ([FLEXArgumentInputJSONObjectView supportsObjCType:typeEncoding withCurrentValue:currentValue]) {
|
|
|
argumentInputViewSubclass = [FLEXArgumentInputJSONObjectView class];
|
|
argumentInputViewSubclass = [FLEXArgumentInputJSONObjectView class];
|
|
|
- } else if ([FLEXArgumentInputFontsPickerView supportsObjCType:typeEncoding withCurrentValue:currentValue]) {
|
|
|
|
|
- argumentInputViewSubclass = [FLEXArgumentInputFontsPickerView class];
|
|
|
|
|
}
|
|
}
|
|
|
|
|
|
|
|
return argumentInputViewSubclass;
|
|
return argumentInputViewSubclass;
|