HIG

[iOS / HIG] Refresh Content Controls

Minny27 2022. 2. 19. 16:51

Refresh Content Controls

A refresh control is manually initiated to immediately reload content, typically in a table view, without waiting for the next automatic content update to occur. A refresh control is a specialized type of activity indicator, is hidden by default, and becomes visible when dragging down on the view to be reloaded. In Mail, for example, you can drag the list of Inbox messages down to check for new messages.

새로 고침 제어는 다음 자동 컨텐츠 업데이트가 수행될 때까지 기다리지 않고 일반적으로 테이블 뷰에서 컨텐츠를 즉시 다시 로드하기 위해 수동으로 시작됩니다. 새로 고침 컨트롤은 특수 유형의 활동 표시기로, 기본적으로 숨겨지며 다시 로드할 보기에서 아래로 끌면 표시됩니다. 예를 들어, 메일에서 받은 문서 메시지 목록을 아래로 끌어 새 메시지를 확인할 수 있습니다.

 

Perform automatic content updates. Although people appreciate being able to trigger an immediate content refresh, they also expect automatic refreshes to occur periodically. Don’t make users responsible for initiating every update. Keep data fresh by updating it regularly.

자동 콘텐츠 업데이트를 수행합니다. 사람들은 컨텐츠 새로 고침을 즉시 실행할 수 있다는 점을 높이 평가하지만, 주기적인 자동 새로 고침을 기대합니다. 사용자에게 모든 업데이트 시작에 대한 책임을 부여하지 마십시오. 정기적으로 업데이트하여 데이터를 새로 유지하십시오.

 

Supply a short title only if it adds value. Optionally, a refresh control can include a title. In most cases, this is unnecessary, as the animation of the control indicates that content is loading. If you do include a title, don’t use it to explain how to perform a refresh. Instead, provide information of value about the content being refreshed. A refresh control in Podcasts, for example, uses a title to tell people when the last podcast update occurred.

값이 추가되는 경우에만 짧은 제목을 제공하십시오. 선택적으로, 새로 고침 컨트롤에는 제목이 포함될 수 있습니다. 컨트롤의 애니메이션이 콘텐츠를 로드하는 중임을 나타내므로 대부분의 경우 이 작업은 필요하지 않습니다. 제목을 포함할 경우 새로 고침을 수행하는 방법을 설명하는 데 사용하지 마십시오. 대신 새로 고칠 콘텐츠에 대한 가치 정보를 제공하십시오. 예를 들어 팟캐스트의 새로 고침 컨트롤은 제목을 사용하여 사람들에게 마지막 팟캐스트 업데이트가 발생한 시간을 알려줍니다.

 

For developer guidance, see UIRefreshControl.

개발자 지침은 UIRfreshControl을 참조하십시오.

 

 

 

※ 참고 출처

애플 개발자 문서

 

Refresh Content Controls - Controls - iOS - Human Interface Guidelines - Apple Developer

Refresh Content Controls A refresh control is manually initiated to immediately reload content, typically in a table view, without waiting for the next automatic content update to occur. A refresh control is a specialized type of activity indicator, is hid

developer.apple.com

'HIG' 카테고리의 다른 글

[iOS / HIG] Modality  (0) 2022.03.03
[iOS / HIG] Popovers  (0) 2022.03.03
[iOS / HIG] Progress Indicators  (0) 2022.02.19
[iOS / HIG] Labels  (0) 2022.02.19
[iOS / HIG] Context Menus  (0) 2022.02.19