반응형
Notice
Recent Posts
Recent Comments
Link
일 | 월 | 화 | 수 | 목 | 금 | 토 |
---|---|---|---|---|---|---|
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 | 31 |
Tags
- UITabBarController
- 다크모드
- SwiftLint
- Android
- gcd
- SwiftUI
- UIScrollView
- Alamofire
- Realtime Database
- UIButton
- 웹뷰
- remote config
- WebView
- string
- Observable
- subscript
- github
- ios
- Apple
- LazyHStack
- 문자열
- autolayout
- RxSwift
- Firebase
- 라이트모드
- dictionary
- swipe
- Java
- Swift
- NavigationLink
Archives
- Today
- Total
목록AutoLayout (9)
점진적 과부하 개발 블로그

Autolayout이란? Auto Layout dynamically calculates the size and position of all the views in your view hierarchy, based on constraints placed on those views. Autolayout은 뷰에 배치된 구속조건을 기준으로 뷰 계층 구조에 있는 모든 뷰의 크기와 위치를 동적으로 계산합니다. 화면을 적절한 모양으로 배치할 수 있게 유동적으로 레이아웃을 해준다. https://developer.apple.com/library/archive/documentation/UserExperience/Conceptual/AutolayoutPG/index.html Auto Layout Guide: Understa..
AutoLayout
2022. 1. 10. 13:18