Merge branch 'bugfix/mftextfield_background_fix' into 'develop'

changing mftextfield background to clear color.

See merge request BPHV_MIPS/mvm_core_ui!126
This commit is contained in:
Pan, Xinlei (Ryan) 2019-09-04 11:18:06 -04:00
commit d1d0b07c8a
2 changed files with 2 additions and 0 deletions

View File

@ -33,6 +33,7 @@
@property (nullable, weak, nonatomic) UIView *view;
@property (nullable, weak, nonatomic) IBOutlet UIView *textFieldContainerView;
@property (nullable, weak, nonatomic) IBOutlet UIView *backgroundView;
@property (nullable, weak, nonatomic) IBOutlet UITextField *textField;
@property (nullable, weak, nonatomic) IBOutlet Label *formLabel;
@property (nullable, weak, nonatomic) IBOutlet UIView *separatorView;//make it public so outsider class can know the posistion of it.

View File

@ -11,6 +11,7 @@
<objects>
<placeholder placeholderIdentifier="IBFilesOwner" id="-1" userLabel="File's Owner" customClass="MFTextField">
<connections>
<outlet property="backgroundView" destination="hLn-P1-X1F" id="Qyf-FT-wfd"/>
<outlet property="dashLine" destination="hw1-Eo-Szn" id="WCs-FF-LCg"/>
<outlet property="dropDownCarrotLabel" destination="XuL-hz-X9C" id="Kv1-Pd-Kra"/>
<outlet property="dropDownCarrotWidth" destination="DJA-00-1ne" id="SHb-1H-EZD"/>