Skip to content

Commit

Permalink
3.0.0 hotfix: make contentView writable.
Browse files Browse the repository at this point in the history
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
  • Loading branch information
Jeff Verkoeyen authored and Ian Gordon committed Apr 5, 2016
1 parent 03116a1 commit 1ea08d9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion components/FlexibleHeader/src/MDCFlexibleHeaderView.h
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand Down

0 comments on commit 1ea08d9

Please sign in to comment.