반응형
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 |
Tags
- centOS
- 도커 컨테이너
- Swift
- AWS
- 인프라
- 네트워크
- 컨테이너
- boj
- Python
- k8s
- devops
- 데브옵스
- 도커 이미지
- linux
- 리눅스
- 프로세스
- NGINX
- C++
- kubernetes
- os
- 도커 명령어
- 쿠버네티스
- 도커
- swift 클로저
- centOS7
- 부스트코스
- 운영체제
- ios
- docker
- 클라우드
Archives
- Today
- Total
목록오토 레이아웃 (1)
귀염둥이의 메모

NSLayoutConstraint - NSLayoutConstraint 인스턴스 생성 제약조건 button과 texField에 기본간격(8.0)에 제약을 주기 위해 NSLayoutConstraint 인스턴스를 생성 NSLayoutConstraint(item: button, attribute: .right, relatedBy: .equal, toItem: textField, attribute: .left, multiplier: 1.0, constant: 8.0) button1 과 button2의 너비 값이 같도록 제약을 생성 NSLayoutConstraint(item: button1, attribute: .width, relatedBy: .equal, toItem: button2, attribute: .w..
iOS
2021. 2. 8. 19:42