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