일 | 월 | 화 | 수 | 목 | 금 | 토 |
---|---|---|---|---|---|---|
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 |
Tags
- optional
- 스위프트
- Unicode
- Foundation
- 이니셜라이저
- String
- Protocol
- delegate
- 코딩테스트
- property
- enum
- struct
- UIKit
- instance
- Class
- tuist
- Terminal
- 디자인패턴
- Git
- url
- Xcode
- initalizer
- type
- extension
- init
- interpace
- Method
- Swift
- IOS
- initializer
Archives
- Today
- Total
목록Package (1)
아리의 iOS 탐구생활
[iOS] Bundle이 뭘까?
iOS 프로그래밍 강의를 듣다가 만나게 된 번들. 이 번들은 디렉토리를 추상화한 용어이다. Bundle과 Package 개념을 서로 혼용해서 쓰는 경우가 많은데, 많은 Bundle이 Package이기도 하기 때문이다. application 같은 경우는 Finder에서 사용자에게 단일한 파일로 노출되는 Package이면서, 실행 코드와 리소스를 포함하여 Bundle이기도 한 대표적인 예시라고 볼 수 있다. A Bundle is a directory with a standardized hierarchical structure that holds executable code and the resources used by that code. 실행 가능한 코드와, 그 코드에 의해 사용되는 리소스를 가진 디렉토리...
Swift/iOS
2021. 9. 28. 16:24