iOS11 customize navigation bar height
问题 First of all, thank you for coming here and help solving my problem. Thank you!!! In iOS11 beta6, sizeThatFits: seems to not work on UINavigationBar. I notice that UINavigationBar structure has changed by Reveal my app. I have tried my best to change custom navigation bar's height. But it seems always to be 44 , and it works before iOS11. - (CGSize)sizeThatFits:(CGSize)size { CGSize newSize = CGSizeMake(self.frame.size.width, 64); return newSize; } Oddly, I just log its frame in