Browse Source

remove title bar icon

cyberta 5 years ago
parent
commit
ca358c10a5
1 changed files with 0 additions and 1 deletions
  1. 0 1
      DcShare/Controller/ShareViewController.swift

+ 0 - 1
DcShare/Controller/ShareViewController.swift

@@ -91,7 +91,6 @@ class ShareViewController: SLComposeServiceViewController {
             target: self,
             action: #selector(appendPostTapped))
         item.rightBarButtonItem? = button
-        item.titleView = UIImageView(image: UIImage(named: "ic_chat")?.scaleDownImage(toMax: 26))
     }
 
     /// Invoked when the user wants to post.