Selaa lähdekoodia

New share extension

marinofaggiana 4 vuotta sitten
vanhempi
commit
5e86564169
1 muutettua tiedostoa jossa 3 lisäystä ja 1 poistoa
  1. 3 1
      Share/NCShareExtension.swift

+ 3 - 1
Share/NCShareExtension.swift

@@ -105,10 +105,12 @@ class NCShareExtension: UIViewController, NCListCellDelegate, NCEmptyDataSetDele
         
         
         // Empty
         // Empty
         emptyDataSet = NCEmptyDataSet.init(view: collectionView, offset: -50, delegate: self)
         emptyDataSet = NCEmptyDataSet.init(view: collectionView, offset: -50, delegate: self)
+        
+        separatorHeightConstraint.constant = 0.3
         separatorView.backgroundColor = separatorColor
         separatorView.backgroundColor = separatorColor
         tableView.separatorColor = separatorColor
         tableView.separatorColor = separatorColor
         //tableView.layer.borderColor = separatorColor.cgColor
         //tableView.layer.borderColor = separatorColor.cgColor
-        tableView.layer.borderWidth = 0
+        //tableView.layer.borderWidth = 0
         tableView.layer.cornerRadius = 10.0
         tableView.layer.cornerRadius = 10.0
         tableView.tableFooterView = UIView(frame: CGRect(origin: .zero, size: CGSize(width: 0, height: 1)))
         tableView.tableFooterView = UIView(frame: CGRect(origin: .zero, size: CGSize(width: 0, height: 1)))
         createFolderLabel.text = NSLocalizedString("_create_folder_", comment: "")
         createFolderLabel.text = NSLocalizedString("_create_folder_", comment: "")