How to show the loading indicator in the top status bar

后端 未结 8 2036
借酒劲吻你
借酒劲吻你 2020-12-04 06:37

I have noticed that some apps like Safari and Mail show a loading indicator in the status bar (the bar at the very top of the phone) when they are accessing the network. Is

8条回答
  •  情歌与酒
    2020-12-04 07:00

    The status bar network activity indicator was deprecated in iOS 13.

    Using UIApplication.shared.isNetworkActivityIndicatorVisible = true will not work anymore.

    The deprecation message says:

    Provide a custom network activity UI in your app if desired.

提交回复
热议问题