Browse Source

minor improvement to button placement in date picker field view

Kevin Bradley 5 years ago
parent
commit
78b044203b

+ 1 - 1
Classes/Editing/FLEXFieldEditorViewController.m

@@ -143,7 +143,7 @@
     
     FLEXArgumentInputView *inputView = [FLEXArgumentInputViewFactory argumentInputViewForTypeEncoding:self.typeEncoding];
     if ([inputView isKindOfClass:[FLEXArgumentInputDateView class]]){
-        [self actionButton].frame = CGRectMake(100, 400, 200, 60);
+        [self actionButton].frame = CGRectMake(100, 450, 200, 60);
         return;
     }
     

BIN
layout/Library/Frameworks/FLEX.framework/FLEX