소스 검색

remove title bar icon

cyberta 5 년 전
부모
커밋
ca358c10a5
1개의 변경된 파일0개의 추가작업 그리고 1개의 파일을 삭제
  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.