First of all I want to thank the Slack team for open sourcing and maintaining this project.
I encountered a strange bug when updating from 1.9.1 causing the navigation title bar to disappear. Turns out self.navigationController was nil in viewDidLoad().
I finally narrowed it down to me changing self.textInputbar.textView.font in my init(). I haven't investigated too much into the underlying cause yet, but here is a simple example to reproduce (1.9.2+):
First of all I want to thank the Slack team for open sourcing and maintaining this project.
I encountered a strange bug when updating from 1.9.1 causing the navigation title bar to disappear. Turns out self.navigationController was nil in viewDidLoad().
I finally narrowed it down to me changing self.textInputbar.textView.font in my init(). I haven't investigated too much into the underlying cause yet, but here is a simple example to reproduce (1.9.2+):
This will output the following: