iOS 11 UIRefreshControl with NavigationBar LargeTitle and SearchController disappearing

前端 未结 3 806
我寻月下人不归
我寻月下人不归 2021-01-07 22:54

I have a navigationBar with largeTitle and searchcontroller and my tableView has a refreshcontrol.

When I pull to refresh the activityIndicator of refreshcontrol di

3条回答
  •  没有蜡笔的小新
    2021-01-07 23:43

    Try

    self.extendedLayoutIncludesOpaqueBars = YES;

    If you have opaque navigation bars that is. It fixed the issue for me.

提交回复
热议问题