如何在顶部标题栏中加载动态的现实效果?

加载的状态可以让用户在等待过程中,减少焦虑感。
只需要在你的代码中加入一行简单的代码,就可以让顶部状态栏出现加载图标。
UIApplication.shared.isNetworkActivityIndicatorVisible = true
Do things like hackers and try to make the world a better place
加载的状态可以让用户在等待过程中,减少焦虑感。
只需要在你的代码中加入一行简单的代码,就可以让顶部状态栏出现加载图标。
UIApplication.shared.isNetworkActivityIndicatorVisible = true