File tree Expand file tree Collapse file tree 2 files changed +0
-6
lines changed
Expand file tree Collapse file tree 2 files changed +0
-6
lines changed Original file line number Diff line number Diff line change @@ -287,11 +287,6 @@ - (void)setCenterContent:(BOOL)centerContent
287287 _scrollView.centerContent = centerContent;
288288}
289289
290- - (void )setContentOffset : (CGPoint)contentOffset
291- {
292- [_scrollView setContentOffset: contentOffset];
293- }
294-
295290- (void )setStickyHeaderIndices : (NSIndexSet *)headerIndices
296291{
297292 RCTAssert (_scrollView.contentSize .width <= self.frame .size .width ,
Original file line number Diff line number Diff line change 1818@property (nonatomic , weak ) NSObject <UIScrollViewDelegate> *nativeMainScrollDelegate;
1919@property (nonatomic , readonly ) CGSize contentSize;
2020
21- - (void )setContentOffset : (CGPoint)contentOffset ;
2221- (void )scrollToOffset : (CGPoint)offset ;
2322- (void )scrollToOffset : (CGPoint)offset animated : (BOOL )animated ;
2423- (void )zoomToRect : (CGRect)rect animated : (BOOL )animated ;
You can’t perform that action at this time.
0 commit comments