Skip to content

Commit

Permalink
Remove deprecated automaticallyAdjustsScrollViewInsets (#39637)
Browse files Browse the repository at this point in the history
Summary:
Pull Request resolved: #39637

## Changelog:
[Internal] - Removing usage of `automaticallyAdjustsScrollViewInsets`

Reviewed By: cipolleschi

Differential Revision: D49609523

fbshipit-source-id: b6657ca6b0467fc552d4c40b5e0995832dc0aca6
  • Loading branch information
Ingrid Wang authored and facebook-github-bot committed Oct 5, 2023
1 parent 48c5424 commit 1b9b13a
Showing 1 changed file with 0 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,6 @@ - (instancetype)initWithContentView:(UIView *)contentView

if ((self = [super initWithNibName:nil bundle:nil])) {
_contentView = contentView;
self.automaticallyAdjustsScrollViewInsets = NO;
}
return self;
}
Expand Down

0 comments on commit 1b9b13a

Please sign in to comment.