본문 바로가기

App Architecture7

HIG 번역) App Architecture - Setting Settings Some apps may need to provide a way to make setup or configuration choices, but most apps can avoid or delay doing so. Successful apps work well for most people right away, while also offering some convenient ways to adjust the experience. When you design your app to function the way most people expect, you decrease the need for settings. 몇몇의 앱들은 설정이나 구성을 선택하는 방식으로 제공해야 할 수 있지만, 대부분의 앱들.. 2020. 6. 2.
HIG 번역) App Architecture - Requesting Permission Requesting Permission Users must grant permission for an app to access personal information, including the current location, calendar, contact information, reminders, and photos. Although people appreciate the convenience of using an app that has access to this information, they also expect to have control over their private data. For example, people like being able to automatically tag photos w.. 2020. 6. 2.
HIG 번역) App Architecture - Navigation Navigation People tend to be unaware of an app’s navigation until it doesn’t meet their expectations. Your job is to implement navigation in a way that supports the structure and purpose of your app without calling attention to itself. Navigation should feel natural and familiar, and shouldn’t dominate the interface or draw focus away from content. In iOS, there are three main styles of navigati.. 2020. 6. 2.
HIG 번역) App Architecture - Modality Modality Modality is a design technique that presents content in a temporary mode that’s separate from the user's previous current context and requires an explicit action to exit. Presenting content modally can: 모달리티(Modality)는 사용자의 과거 현재 콘텍스트로부터 분리하여 임시로 콘텐츠를 나타내는 설계 기술이며, 종료하려면 명시적인 작업이 필요합니다. 콘텐츠를 모달로(modally) 나타내는 것을 다음과 같은 것을 할 수 있습니다. Help people focus on a self-contained task or set of cl.. 2020. 6. 2.