Skip to content

Commit c584381

Browse files
author
Rad Azzouz
committed
Remove deprecated PSPDFConfiguration properties
1 parent 5946f94 commit c584381

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

ios/RCTPSPDFKit/Converters/RCTConvert+PSPDFConfiguration.m

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,6 @@ + (PSPDFConfiguration *)PSPDFConfiguration:(id)json {
3434
SET(bookmarkSortOrder, PSPDFBookmarkManagerSortOrder)
3535
SET(internalTapGesturesEnabled, BOOL)
3636
SET(useParentNavigationBar, BOOL)
37-
SET(shouldRestoreNavigationBarStyle, BOOL)
3837
SET(linkAction, PSPDFLinkAction)
3938
SET(allowedMenuActions, PSPDFTextSelectionMenuAction)
4039
SET(userInterfaceViewMode, PSPDFUserInterfaceViewMode)
@@ -55,8 +54,6 @@ + (PSPDFConfiguration *)PSPDFConfiguration:(id)json {
5554
SET(scrollViewInsetAdjustment, PSPDFScrollInsetAdjustment)
5655
SET(firstPageAlwaysSingle, BOOL)
5756
SET(spreadFitting, PSPDFConfigurationSpreadFitting)
58-
SET(showsScrollIndicator, BOOL)
59-
SET(alwaysBounce, BOOL)
6057
SET(clipToPageBoundaries, BOOL)
6158
SET(minimumZoomScale, float)
6259
SET(maximumZoomScale, float)

0 commit comments

Comments
 (0)