Skip to content
This repository was archived by the owner on Dec 11, 2025. It is now read-only.

Commit d2258ac

Browse files
author
Jeff Verkoeyen
committed
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
1 parent 44a843e commit d2258ac

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

components/FlexibleHeader/src/MDCFlexibleHeaderView.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -94,7 +94,7 @@ typedef NS_ENUM(NSInteger, MDCFlexibleHeaderScrollPhase) {
9494
/**
9595
Content for the flexible header should be added to the content view.
9696
*/
97-
@property(nonatomic, retain, nonnull, readonly) UIView *contentView;
97+
@property(nonatomic, retain, nonnull) UIView *contentView;
9898

9999
/**
100100
Sets a custom shadow layer and a block that should be executed when shadow intensity changes.

0 commit comments

Comments
 (0)