
Advanced Operators — The Swift Programming Language (Swift 5.5) Advanced Operators In addition to the operators described in Basic Operators, Swift provides several advanced operators that perform more complex value manipulation. These include all of the bitwise and bit shifting operators you will be familiar with from docs.swift.org Advanced Operators 기본 연산자에 더해, Swift는 더 복잡한 값을 조작할 수있는 여러가지 고급..

Access Control — The Swift Programming Language (Swift 5.5) Access Control Access control restricts access to parts of your code from code in other source files and modules. This feature enables you to hide the implementation details of your code, and to specify a preferred interface through which that code can be docs.swift.org Access Control 액세스 컨트롤(Access Control) 은 사용자의 코드에 다른 소스 파일이나 모듈에 있는..

Memory Safety — The Swift Programming Language (Swift 5.5) Memory Safety By default, Swift prevents unsafe behavior from happening in your code. For example, Swift ensures that variables are initialized before they’re used, memory isn’t accessed after it’s been deallocated, and array indices are checked for docs.swift.org Memory Safety 기본저긍로 Swifr는 코드에서 안전하지 않은 동작을 예방합니다. 예를 들어 Swift는 변수는 사용되기 전..

Automatic Reference Counting — The Swift Programming Language (Swift 5.5) Automatic Reference Counting Swift uses Automatic Reference Counting (ARC) to track and manage your app’s memory usage. In most cases, this means that memory management “just works” in Swift, and you don’t need to think about memory management your docs.swift.org Automatic Reference Counting Swift 는 앱의 메모리를 추적하고 관리하기 위해 자동..

Opaque Types — The Swift Programming Language (Swift 5.5) Opaque Types A function or method with an opaque return type hides its return value’s type information. Instead of providing a concrete type as the function’s return type, the return value is described in terms of the protocols it supports. Hiding type docs.swift.org Opaque Types 불투명 리턴 타입 (opaque return types) 을 가지는 함수 또는 메서드는 리턴 값의 타입 정..

Generics — The Swift Programming Language (Swift 5.5) Generics Generic code enables you to write flexible, reusable functions and types that can work with any type, subject to requirements that you define. You can write code that avoids duplication and expresses its intent in a clear, abstracted manner. Gener docs.swift.org 1차 수정 (2022 / 03 / 14) : 의역, 오타 및 스타일 수정 Generics (제네릭) 제네릭 코드는 사용자가 "사용..
- Total
- Today
- Yesterday
- 부스트캠프
- Swift문법
- 코딩테스트
- swiftUI 기초
- 애플
- 디자인 패턴
- 코딩
- 책
- 프로그래머스
- 부스트캠프7기
- TODO
- 필독서
- vapor
- 날씨어플
- SwiftUI
- Combine
- 부스트캠프iOS
- todo앱
- Swift공식문서
- Swift 디자인 패턴
- 개발
- 책후기
- ios
- Swift DocC
- Swift 서버
- Swift
- UX
- 앱개발
- 책리뷰
- 코딩 테스트
일 | 월 | 화 | 수 | 목 | 금 | 토 |
---|---|---|---|---|---|---|
1 | 2 | 3 | 4 | 5 | ||
6 | 7 | 8 | 9 | 10 | 11 | 12 |
13 | 14 | 15 | 16 | 17 | 18 | 19 |
20 | 21 | 22 | 23 | 24 | 25 | 26 |
27 | 28 | 29 | 30 |