Menu
Newbedev LogoNEWBEDEV Python Javascript Linux Cheat sheet
Newbedev LogoNEWBEDEV
  • Python 1
  • Javascript
  • Linux
  • Cheat sheet
  • Contact

iOS14 navigationItem.largeTitleDisplayMode = .always not work

For iOS 14, need to add sizeToFit function. Below code always work.

navigationController?.navigationBar.prefersLargeTitles = true
navigationController?.navigationBar.sizeToFit()

Tags:

Ios

Uinavigationbar

Uinavigationcontroller

Ios14

Related

r-studio: is there a "strict mode"? Changing vertical scroll to horizontal at a point for a specific element How to copy/clone records in C# 9? There was no runtime pack for Microsoft.AspNetCore.App available for the specified RuntimeIdentifier 'browser-wasm' What are the differences of using service pattern and using standalone repository Spring Data REST? Performance comparison between react hooks and react class How to compose generators with STL algorithms Media Items in JSQMessageViewController's Collection cells are not showing in IOS 14 I need to change the type of few columns in a pandas dataframe. Can't do so using iloc Xcode 12 - No architectures to compile for (ONLY_ACTIVE_ARCH=YES, active arch=x86_64, VALID_ARCHS=arm64e armv7s arm64 arm7) Why can't I find any law violations for the NotQuiteCofree not-quite-comonad? Testing streaming service (like selenium)

Recent Posts

Pandas how to find column contains a certain value Recommended way to install multiple Python versions on Ubuntu 20.04 Build super fast web scraper with Python x100 than BeautifulSoup How to convert a SQL query result to a Pandas DataFrame in Python How to write a Pandas DataFrame to a .csv file in Python
© 2021 newbedevPrivacy Policy