본문 바로가기
#모바일 [Mobile]/iOS

[iOS] UIStatusBar에 Network Indicator 표시하기 (How to turn on the network indicator in the iOS status bar?)

by cy_mos 2019. 8. 2.
반응형

[iOS] UIStatusBar에 Network Indicator 표시하기 (How to turn on the network indicator in the iOS status bar?)


📄 Network Activity Indicator Source Code by Swift

// MARK: - Show NetworkActivityIndicator
UIApplication.shared.isNetworkActivityIndicatorVisible = true

// MARK: - Hide NetworkActivityIndicator
UIApplication.shared.isNetworkActivityIndicatorVisible = false

🚀 REFERENCE

 

Status Bars - Bars - iOS - Human Interface Guidelines - Apple Developer

Status Bars The status bar appears along the upper edge of the screen and displays useful information about the device’s current state, like the time, cellular carrier, network status, and battery level. The actual information shown in the status bar varie

developer.apple.com

 

How to turn on the network indicator in the iOS status bar?

I am aware there is more than one of these indicators. Thanks.

stackoverflow.com

 

반응형

댓글