File tree Expand file tree Collapse file tree 2 files changed +2
-0
lines changed
Expand file tree Collapse file tree 2 files changed +2
-0
lines changed Original file line number Diff line number Diff line change @@ -323,6 +323,7 @@ - (void)didLoad
323323 view.layoutInspector = pendingState.layoutInspector ;
324324 view.showsVerticalScrollIndicator = pendingState.showsVerticalScrollIndicator ;
325325 view.showsHorizontalScrollIndicator = pendingState.showsHorizontalScrollIndicator ;
326+ view.leadingScreensForBatching = pendingState.leadingScreensForBatching ;
326327#if !TARGET_OS_TV
327328 view.pagingEnabled = pendingState.pagingEnabled ;
328329#endif
Original file line number Diff line number Diff line change @@ -163,6 +163,7 @@ - (void)didLoad
163163 view.allowsMultipleSelection = pendingState.allowsMultipleSelection ;
164164 view.allowsMultipleSelectionDuringEditing = pendingState.allowsMultipleSelectionDuringEditing ;
165165 view.automaticallyAdjustsContentOffset = pendingState.automaticallyAdjustsContentOffset ;
166+ view.leadingScreensForBatching = pendingState.leadingScreensForBatching ;
166167#if !TARGET_OS_TV
167168 view.pagingEnabled = pendingState.pagingEnabled ;
168169#endif
You can’t perform that action at this time.
0 commit comments