slackhq / SlackTextViewController

⛔️**DEPRECATED** ⛔️ A drop-in UIViewController subclass with a growing text input view and other useful messaging features
https://slack.com/
MIT License
8.32k stars 1.08k forks source link

Navigation item title not being shown on an iPhone running iOS 11 #641

Closed carlosjrtee closed 7 years ago

carlosjrtee commented 7 years ago

Description

Title not being shown on an iPhone running iOS 11. Issue is not encountered on an iPad running iOS 11 nor a device running iOS 10. At first I thought it was because the navigation bar was in large title mode but turning it off doesn't do anything.

Reproducible in:

Attachments:

img_aad3835072ca-1

dzenbot commented 7 years ago

Why is this an issue with the library? Did you try it on the sample project?

carlosjrtee commented 7 years ago

It's an iOS 11 issue. Setting the navigation item title in the viewDidAppear instead of viewDidLoad fixes it.