From 8bbccdfc6ac66b64da06ff9d9f35796be780bedb Mon Sep 17 00:00:00 2001 From: Benjamin de Bos Date: Sun, 15 Oct 2017 02:01:54 +0200 Subject: [PATCH 1/2] Enhancement: We can now set the text color for the popup label --- Classes/BEMSimpleLineGraphView.h | 4 ++++ Classes/BEMSimpleLineGraphView.m | 2 ++ 2 files changed, 6 insertions(+) diff --git a/Classes/BEMSimpleLineGraphView.h b/Classes/BEMSimpleLineGraphView.h index b77717a..e990875 100644 --- a/Classes/BEMSimpleLineGraphView.h +++ b/Classes/BEMSimpleLineGraphView.h @@ -326,6 +326,10 @@ IB_DESIGNABLE @interface BEMSimpleLineGraphView : UIView Date: Sun, 15 Oct 2017 02:09:04 +0200 Subject: [PATCH 2/2] Enhancement: We can now set the text color for the popup label --- Classes/BEMSimpleLineGraphView.m | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Classes/BEMSimpleLineGraphView.m b/Classes/BEMSimpleLineGraphView.m index 9acf321..69f7c9f 100644 --- a/Classes/BEMSimpleLineGraphView.m +++ b/Classes/BEMSimpleLineGraphView.m @@ -377,7 +377,7 @@ - (void)layoutTouchReport { self.popUpLabel.textAlignment = 1; self.popUpLabel.numberOfLines = 1; self.popUpLabel.font = self.labelFont; - self.popUpLabel.textColor = self.colorBackgroundPopUplabel; + self.popUpLabel.textColor = self.colorTextPopUplabel; self.popUpLabel.backgroundColor = [UIColor clearColor]; [self.popUpLabel sizeToFit]; self.popUpLabel.alpha = 0;