Skip to content

Commit

Permalink
Implement zoom in ScrollView
Browse files Browse the repository at this point in the history
Summary: changelog: [internal]

Reviewed By: JoshuaGross

Differential Revision: D24991161

fbshipit-source-id: 6f36cc21b89554006a744da8d32349ff21ccd68f
  • Loading branch information
sammy-SC authored and facebook-github-bot committed Nov 17, 2020
1 parent 2669118 commit 3a0ed2e
Showing 1 changed file with 6 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -452,7 +452,12 @@ - (void)scrollViewDidEndZooming:(UIScrollView *)scrollView withView:(nullable UI
[self _updateStateWithContentOffset];
}

#pragma mark - UIScrollViewDelegate
- (UIView *)viewForZoomingInScrollView:(__unused UIScrollView *)scrollView
{
return _containerView;
}

#pragma mark -

- (void)_forceDispatchNextScrollEvent
{
Expand Down

0 comments on commit 3a0ed2e

Please sign in to comment.