Преглед на файлове

Navigating to ChatVC hides tab-bar

Bastian van de Wetering преди 7 години
родител
ревизия
7f9c57318e
променени са 1 файла, в които са добавени 1 реда и са изтрити 0 реда
  1. 1 0
      deltachat-ios/ChatListController.swift

+ 1 - 0
deltachat-ios/ChatListController.swift

@@ -43,6 +43,7 @@ extension ChatListController: ChatPresenter {
     func displayChat(index: Int) {
         let chatVC = ChatViewController()
         chatVC.title = chats[index].0
+        chatVC.hidesBottomBarWhenPushed = true 
         self.navigationController?.pushViewController(chatVC, animated: true)
     }
 }