Browse Source

remove title bar icon

cyberta 5 năm trước cách đây
mục cha
commit
ca358c10a5
1 tập tin đã thay đổi với 0 bổ sung1 xóa
  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.