소스 검색

new share

marinofaggiana 5 년 전
부모
커밋
b5377ebb92
1개의 변경된 파일3개의 추가작업 그리고 1개의 파일을 삭제
  1. 3 1
      iOSClient/Share/NCSharePaging.swift

+ 3 - 1
iOSClient/Share/NCSharePaging.swift

@@ -64,8 +64,10 @@ class NCSharePaging: UIViewController {
             pagingViewController.view.trailingAnchor.constraint(equalTo: view.trailingAnchor),
             ])
         
-        // Set our data source and delegate.
+        // Set our data source and start page
         pagingViewController.dataSource = self
+        pagingViewController.select(index: 2)
+
     }
     
     @objc func exitTapped() {