Search
Duplicate

Status bars

Status bars

A status bar appears along the upper edge of the screen and displays information about the device’s current state, like the time, cellular carrier, and battery level.
상태 표시줄은 화면 상단 가장자리에 나타나며 시간, 이동통신사, 배터리 잔량 등 기기의 현재 상태에 대한 정보를 표시합니다.

Best practices

Obscure content under the status bar. By default, the background of the status bar is transparent, allowing content beneath to show through. This can make it difficult to see the information presented in the status bar. If controls are visible behind the status bar, people may attempt to interact with them and be unable to do so. Be sure to keep the status bar readable and don’t imply that content behind it is interactive. There are several common techniques for doing this:
상태 표시줄 아래에 숨겨진 콘텐츠. 기본적으로 상태 표시줄의 배경은 투명하여 아래에 있는 콘텐츠가 보일 수 있습니다. 이로 인해 상태 표시줄에 표시된 정보를 보기가 어려울 수 있습니다. 상태 표시줄 뒤에 컨트롤이 표시되면 사람들은 컨트롤과 상호 작용을 시도하지만 그렇게 하지 못할 수 있습니다. 상태 표시줄을 읽을 수 있도록 유지하고 상태 표시줄 뒤의 콘텐츠가 대화형임을 암시하지 마세요. 이를 수행하기 위한 몇 가지 일반적인 기술이 있습니다:
Use a navigation bar that automatically displays a status bar background.
상태 표시줄 배경을 자동으로 표시하는 탐색 표시줄을 사용합니다.
Display a custom image, like a gradient or solid color, behind the status bar.
상태 표시줄 뒤에 그라데이션이나 단색과 같은 사용자 정의 이미지를 표시합니다.
Place a blurred view behind the status bar. For developer guidance, see UIBlurEffect.
상태 표시줄 뒤에 흐릿한 보기를 배치합니다. 개발자 지침은 UIBlurEffect을 참조하세요.
Consider temporarily hiding the status bar when displaying full-screen media. A status bar can be distracting when people are paying attention to media. Temporarily hide these elements to provide a more immersive experience. The Photos app, for example, hides the status bar and other interface elements when people browse full-screen photos.
전체 화면 미디어를 표시할 때 상태 표시줄을 일시적으로 숨기는 것을 고려해 보세요. 사람들이 미디어에 주의를 기울일 때 상태 표시줄은 주의를 산만하게 할 수 있습니다. 보다 몰입감 있는 경험을 제공하기 위해 이러한 요소를 일시적으로 숨깁니다. 예를 들어 사진 앱은 사람들이 전체 화면 사진을 탐색할 때 상태 표시줄과 기타 인터페이스 요소를 숨깁니다.
Avoid permanently hiding the status bar. Without a status bar, people have to leave your app to check the time or see if they have a Wi-Fi connection. Let people redisplay a hidden status bar with a simple, discoverable gesture. For example, when browsing full-screen photos in the Photos app, a single tap shows the status bar again.
상태 표시줄을 영구적으로 숨기지 마세요. 상태 표시줄이 없으면 사람들이 시간을 확인하거나 Wi-Fi에 연결되어 있는지 확인하려면 앱을 종료해야 합니다. 사람들이 간단하고 발견 가능한 동작으로 숨겨진 상태 표시줄을 다시 표시할 수 있게 하세요. 예를 들어 사진 앱에서 전체 화면 사진을 탐색할 때 한 번 탭하면 상태 표시줄이 다시 표시됩니다.
No additional considerations for iOS or iPadOS. Not supported in macOS, tvOS, visionOS, or watchOS.
iOS 또는 iPadOS에 대한 추가 고려 사항은 없습니다. macOS, tvOS, VisionOS 또는 watchOS에서는 지원되지 않습니다.

Developer documentation

UIStatusBarStyle — UIKit

Change log

작성 날짜
작성자
수정사항
2023/11/30
하니
초기 번역
2023/12/25
하니
배포