Skip to content

Commit

Permalink
Merge pull request facebook#7 from sghiassy/dbeard_synthesize_scrollv…
Browse files Browse the repository at this point in the history
…iew_refresh_control

Synthesize scrollview refreshControl
  • Loading branch information
sghiassy authored Aug 22, 2016
2 parents fb0f56c + f258446 commit 6bad11d
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions React/Views/RCTScrollView.m
Original file line number Diff line number Diff line change
Expand Up @@ -150,6 +150,8 @@ @implementation RCTCustomScrollView
__weak UIView *_dockedHeaderView;
}

@synthesize refreshControl = _refreshControl;

- (instancetype)initWithFrame:(CGRect)frame
{
if ((self = [super initWithFrame:frame])) {
Expand Down

0 comments on commit 6bad11d

Please sign in to comment.