marinofaggiana hace 5 años
padre
commit
b5377ebb92
Se han modificado 1 ficheros con 3 adiciones y 1 borrados
  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() {