From 1ea08d9ab13e59f0386d0aeea88d1a1980195601 Mon Sep 17 00:00:00 2001 From: Jeff Verkoeyen Date: Tue, 5 Apr 2016 11:54:06 -0400 Subject: [PATCH] 3.0.0 hotfix: make contentView writable. Summary: This resolves a breakage that was expecting the setContentView: API to exist. Reviewers: #mdc_ios_owners, iangordon, ajsecord Reviewed By: #mdc_ios_owners, iangordon, ajsecord Projects: #material_components_ios Differential Revision: http://codereview.cc/D485 --- components/FlexibleHeader/src/MDCFlexibleHeaderView.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/components/FlexibleHeader/src/MDCFlexibleHeaderView.h b/components/FlexibleHeader/src/MDCFlexibleHeaderView.h index df8d4484804..37884a65b3b 100644 --- a/components/FlexibleHeader/src/MDCFlexibleHeaderView.h +++ b/components/FlexibleHeader/src/MDCFlexibleHeaderView.h @@ -94,7 +94,7 @@ typedef NS_ENUM(NSInteger, MDCFlexibleHeaderScrollPhase) { /** Content for the flexible header should be added to the content view. */ -@property(nonatomic, retain, nonnull, readonly) UIView *contentView; +@property(nonatomic, retain, nonnull) UIView *contentView; /** Sets a custom shadow layer and a block that should be executed when shadow intensity changes.