From 1bf69cb505e7c9136c696ea0085279e057e611a9 Mon Sep 17 00:00:00 2001 From: "Thirukamu, Ravivarma" Date: Wed, 4 Sep 2019 10:59:03 -0400 Subject: [PATCH 1/3] changing mftextfield background to clear color. --- MVMCoreUI/Atoms/TextFields/MFTextField.xib | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/MVMCoreUI/Atoms/TextFields/MFTextField.xib b/MVMCoreUI/Atoms/TextFields/MFTextField.xib index e839533f..9f3cf5c4 100644 --- a/MVMCoreUI/Atoms/TextFields/MFTextField.xib +++ b/MVMCoreUI/Atoms/TextFields/MFTextField.xib @@ -38,7 +38,7 @@ - + From 6883f1a61c1a74439fecff42b7b622d82ad908d6 Mon Sep 17 00:00:00 2001 From: "Thirukamu, Ravivarma" Date: Wed, 4 Sep 2019 11:07:18 -0400 Subject: [PATCH 2/3] Revert "changing mftextfield background to clear color." This reverts commit 1bf69cb505e7c9136c696ea0085279e057e611a9. --- MVMCoreUI/Atoms/TextFields/MFTextField.xib | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/MVMCoreUI/Atoms/TextFields/MFTextField.xib b/MVMCoreUI/Atoms/TextFields/MFTextField.xib index 9f3cf5c4..e839533f 100644 --- a/MVMCoreUI/Atoms/TextFields/MFTextField.xib +++ b/MVMCoreUI/Atoms/TextFields/MFTextField.xib @@ -38,7 +38,7 @@ - + From 1a23ca6e2759a5ec6b8fd797c15c73a3ae12d2c0 Mon Sep 17 00:00:00 2001 From: "Thirukamu, Ravivarma" Date: Wed, 4 Sep 2019 11:17:04 -0400 Subject: [PATCH 3/3] Adding outlet view in h file for global access. --- MVMCoreUI/Atoms/TextFields/MFTextField.h | 1 + MVMCoreUI/Atoms/TextFields/MFTextField.xib | 1 + 2 files changed, 2 insertions(+) diff --git a/MVMCoreUI/Atoms/TextFields/MFTextField.h b/MVMCoreUI/Atoms/TextFields/MFTextField.h index 72adf682..6b047c6c 100644 --- a/MVMCoreUI/Atoms/TextFields/MFTextField.h +++ b/MVMCoreUI/Atoms/TextFields/MFTextField.h @@ -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. diff --git a/MVMCoreUI/Atoms/TextFields/MFTextField.xib b/MVMCoreUI/Atoms/TextFields/MFTextField.xib index e839533f..cb9821f1 100644 --- a/MVMCoreUI/Atoms/TextFields/MFTextField.xib +++ b/MVMCoreUI/Atoms/TextFields/MFTextField.xib @@ -11,6 +11,7 @@ +