목록IOS (12)
소피it블로그
https://developer.apple.com/design/human-interface-guidelines/ios/app-architecture/modality/ Modality - App Architecture - iOS - Human Interface Guidelines - Apple Developer Modality Modality is a design technique that presents content in a temporary mode that requires an explicit action to exit. Presenting content modally can: Help people focus on a self-contained task or set of closely related..
https://developer.apple.com/design/human-interface-guidelines/ios/app-architecture/loading/ Loading - App Architecture - iOS - Human Interface Guidelines - Apple Developer Loading When content is loading, a blank or static screen can make it seem like your app is frozen, resulting in confusion and frustration, and potentially causing people to leave your app. Make it clear when loading is occurr..
https://developer.apple.com/design/human-interface-guidelines/ios/app-architecture/onboarding/ Onboarding - App Architecture - iOS - Human Interface Guidelines - Apple Developer Onboarding Onboarding lets you welcome new users and reconnect with returning ones. An optional onboarding experience that’s fast, fun, and educational can help people get the most from your app without getting in their ..
https://developer.apple.com/design/human-interface-guidelines/ios/app-architecture/launching/ Launching - App Architecture - iOS - Human Interface Guidelines - Apple Developer Launching The launch experience has a significant impact on the way people feel about your app. Regardless of the device people are using or how long it's been since they last opened your app, the launch experience should ..
https://developer.apple.com/design/human-interface-guidelines/ios/overview/themes/ Themes - iOS - Human Interface Guidelines - Apple Developer iOS Design Themes As an app designer, you have the opportunity to deliver an extraordinary product that rises to the top of the App Store charts. To do so, you'll need to meet high expectations for quality and functionality. Three primary themes different..
미루어 두었던 스위프트UI를 하나하나 공부해보는 시간이다. 아주 간단한 앱이긴 하지만 본격적으로 뭔가를 만들어보려고 하니, 내가 구현하고 싶은 기능을 가장 효율적으로 담을 수 있는 컴포넌트가 뭔지부터 감이 잡히지 않았다. 메타인지조차 없는 상황. 스위프트UI 컴포넌트들에 대한 정리된 지식 없이 대충 그때그때 필요한 것을 검색해서 익히고 앱에 적용할 수도 있긴 하겠으나, 그럴 경우 내 검색망에 걸린 컴포넌트보다 더 알맞은 컴포넌트를 놓치기도 쉽고 무엇보다 체계가 없어서 공부를 해도 혼란스러울 것 같다. 따라서 이렇게 하는 게 맞는지는 잘 모르겠지만, 이번 기회에 스위프트UI의 요소들을 간단하게나마 정리해보고자 한다. Button: A control that initiates an action 버튼은 액션,..