iOS 13 strange search controller gap

前端 未结 12 1684
无人共我
无人共我 2021-02-01 14:55

When running the App on iOS 13 beta 6, using Xcode 11 beta 5 I\'m encountering the strange gap when presenting search results view controller:

Here\'s a bit o

12条回答
  •  有刺的猬
    2021-02-01 15:29

    extendedLayoutIncludesOpaqueBars = true did help to some extent.

    Along with this, I had to update

    navigationController?.navigationBar.prefersLargeTitles = false

    when we start searching and set it back to true when search bar is dismissed.

提交回复
热议问题