From b2e018ff45d717007d4048d279b4089fac1d84da Mon Sep 17 00:00:00 2001 From: arichorn <78001398+arichorn@users.noreply.github.com> Date: Thu, 13 Jul 2023 22:18:45 -0500 Subject: [PATCH] Fix YTPivotBarIndicatorView header --- Header.h | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/Header.h b/Header.h index 20da8bc..f5c6f4d 100644 --- a/Header.h +++ b/Header.h @@ -182,7 +182,8 @@ @end @interface YTPivotBarIndicatorView : UIView -@property (nonatomic, assign) BOOL hidden; +@property (nonatomic, assign, readwrite, getter=isHidden) BOOL hidden; +@property (nonatomic, assign, readwrite) CGFloat alpha; @end @interface YTCommentDetailHeaderCell : UIView