imzyf / ios-swift-learning-notes

📝 iOS Swift Learning Notes - see Issues
MIT License
0 stars 0 forks source link

iOS 11 navigationItem.titleView Width Not Set #111

Open imzyf opened 5 years ago

imzyf commented 5 years ago

https://stackoverflow.com/questions/44932084/ios-11-navigationitem-titleview-width-not-set/46073452

class CustomTitleView: UIView { 
  override var intrinsicContentSize: CGSize {
    return UILayoutFittingExpandedSize
  }
}