목록전체 글 (127)
소피it블로그
https://docs.swift.org/swift-book/LanguageGuide/TheBasics.html The Basics — The Swift Programming Language (Swift 5.6) The Basics Swift is a new programming language for iOS, macOS, watchOS, and tvOS app development. Nonetheless, many parts of Swift will be familiar from your experience of developing in C and Objective-C. Swift provides its own versions of all fundamental docs.swift.org 값이 비어있을 ..
https://developer.apple.com/design/human-interface-guidelines/ios/app-architecture/navigation/ Navigation - App Architecture - iOS - Human Interface Guidelines - Apple Developer 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 atten..
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://docs.swift.org/swift-book/LanguageGuide/TheBasics.html The Basics — The Swift Programming Language (Swift 5.6) The Basics Swift is a new programming language for iOS, macOS, watchOS, and tvOS app development. Nonetheless, many parts of Swift will be familiar from your experience of developing in C and Objective-C. Swift provides its own versions of all fundamental docs.swift.org 1. Type ..