marinofaggiana 5 vuotta sitten
vanhempi
commit
df271beea3
1 muutettua tiedostoa jossa 5 lisäystä ja 1 poistoa
  1. 5 1
      iOSClient/Share/NCSharePaging.swift

+ 5 - 1
iOSClient/Share/NCSharePaging.swift

@@ -81,6 +81,9 @@ class NCSharePaging: UIViewController {
         pagingViewController.textColor = NCBrandColor.sharedInstance.textView
         pagingViewController.selectedTextColor = NCBrandColor.sharedInstance.textView
         pagingViewController.indicatorColor = NCBrandColor.sharedInstance.brand
+        
+            
+        (pagingViewController.view as! NCSharePagingView).setupConstraints()        
     }
     
     @objc func exitTapped() {
@@ -149,7 +152,8 @@ extension NCSharePaging: PagingViewControllerDataSource {
     }
 }
 
-class NCShareHeaderViewController: PagingViewController<PagingIndexItem> {
+class 
+NCShareHeaderViewController: PagingViewController<PagingIndexItem> {
     
     public var image: UIImage?
     public var metadata: tableMetadata?