瀏覽代碼

dark mode

marinofaggiana 5 年之前
父節點
當前提交
df271beea3
共有 1 個文件被更改,包括 5 次插入1 次删除
  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?