Adding outlet view in h file for global access.

This commit is contained in:
Thirukamu, Ravivarma 2019-09-04 11:17:04 -04:00
parent 6883f1a61c
commit 1a23ca6e27
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"/>