kevin 3 jaren geleden
bovenliggende
commit
783cbd37f7
1 gewijzigde bestanden met toevoegingen van 3 en 3 verwijderingen
  1. 3 3
      appbuilder-ios/AppBuilder/AppBuilder/SecondTabViewController.swift

+ 3 - 3
appbuilder-ios/AppBuilder/AppBuilder/SecondTabViewController.swift

@@ -195,11 +195,11 @@ class SecondTabViewController: UIViewController, UIScrollViewDelegate {
     @objc func startConversation(){
         let navigationController = AppStoryBoard.Palio.instance.instantiateViewController(withIdentifier: "contactChatNav") as! UINavigationController
         navigationController.modalPresentationStyle = .custom
-//        navigationController.navigationBar.tintColor = .white
+        navigationController.navigationBar.tintColor = .white
         navigationController.navigationBar.barTintColor = .mainColor
         navigationController.navigationBar.isTranslucent = false
-//        let textAttributes = [NSAttributedString.Key.foregroundColor:UIColor.white]
-//        navigationController.navigationBar.titleTextAttributes = textAttributes
+        let textAttributes = [NSAttributedString.Key.foregroundColor:UIColor.white]
+        navigationController.navigationBar.titleTextAttributes = textAttributes
         navigationController.view.backgroundColor = .mainColor
         self.navigationController?.present(navigationController, animated: true, completion: nil)
     }