cncontactviewcontroller not show navigation bar for my app iOS swift
Problem:
cncontactviewcontroller not show navigation bar for my app while navigate from my app.How to sove that?
Solution:
self.tabBarController?.navig
self.tabBarController?.navigat
After pop back from contact view call the hide navigation because if you used the custom navigation bar.
override func viewDidAppear(_ animated: Bool) {
self.tabBarController?.navigat
}
Comments
Post a Comment