일 | 월 | 화 | 수 | 목 | 금 | 토 |
---|---|---|---|---|---|---|
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
- GIT
- 백준
- 청년취업사관학교후기
- MVVM
- process
- flutter #state # stateful #stateless
- xml
- 조건문
- UIKit
- stanford
- 프로그래머스
- UserDefault
- 오늘의 색상
- SwiftUI
- collectionView
- xcode
- WidgetTree
- 스위프트
- CS193p
- IOS
- Masil
- flutter
- Swift
- colorofdays
- ImageSlider
- 스터디
- 코딩테스트
- 새싹후기
- 알고리즘
- 프로젝트회고
Archives
- Today
- Total
목록bounds (1)
개발을 시작하는 이야기
Frame과 Bounds
Frame과 Bounds는 UIView의 instance property이다. 일단 Xcode에서 정의된 내용을 살펴보자면 아래와 같이 설명하고 있다. @interface UIView(UIViewGeometry) // animatable. do not use frame if view is transformed since it will not correctly reflect the actual location of the view. use bounds + center instead. @property(nonatomic) CGRect frame; // use bounds/center and not frame if non-identity transform. if bounds dimension is odd, c..
개발 이야기/Swift
2022. 3. 14. 16:19