목록분류 전체보기 (127)
소피it블로그
https://docs.swift.org/swift-book/LanguageGuide/Closures.html Closures — The Swift Programming Language (Swift 5.6) Closures Closures are self-contained blocks of functionality that can be passed around and used in your code. Closures in Swift are similar to blocks in C and Objective-C and to lambdas in other programming languages. Closures can capture and store referen docs.swift.org 3. Capturi..
https://docs.swift.org/swift-book/LanguageGuide/Closures.html Closures — The Swift Programming Language (Swift 5.6) Closures Closures are self-contained blocks of functionality that can be passed around and used in your code. Closures in Swift are similar to blocks in C and Objective-C and to lambdas in other programming languages. Closures can capture and store referen docs.swift.org 스위프트의 클로저는..
https://docs.swift.org/swift-book/LanguageGuide/Functions.html Functions — The Swift Programming Language (Swift 5.6) Functions Functions are self-contained chunks of code that perform a specific task. You give a function a name that identifies what it does, and this name is used to “call” the function to perform its task when needed. Swift’s unified function syntax docs.swift.org 함수는 특정 업무를 수행하..
https://developer.apple.com/design/human-interface-guidelines/ios/user-interaction/3d-touch/ 3D Touch - User Interaction - iOS - Human Interface Guidelines - Apple Developer 3D Touch On supported devices, people can access additional functionality by applying varying levels of pressure to the touchscreen. Apps can respond by displaying a context menu (or supporting Peek and Pop) to show an item ..
https://developer.apple.com/design/human-interface-guidelines/ios/app-architecture/settings/ Settings - App Architecture - iOS - Human Interface Guidelines - Apple Developer 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 t..
https://developer.apple.com/design/human-interface-guidelines/ios/app-architecture/accessing-user-data/ Accessing User Data - App Architecture - iOS - Human Interface Guidelines - Apple Developer Accessing User Data and Resources User privacy is paramount. To help people trust your app, it’s crucial to be transparent about the privacy-related data and resources you require and how you use them. ..