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
- brute force
- 깊이 우선 탐색
- 일본 여행
- 알고리즘
- 삼성 SW 테스트
- deque
- IOS
- 완전 탐색
- 후쿠오카 여행경비
- BFS
- DP
- queue
- 후쿠오카 요도바시 하카타
- 후쿠오카 4박 5일
- 후쿠오카
- 미로찾기
- 삼성테스트
- BOJ
- 플로이드 와샬
- 시뮬레이션
- 너비 우선 탐색
- 후쿠오카 캐널시티
- 완전탐색
- 다이나믹 프로그래밍
- 플로이드
- 큐
- dfs
- 백준
- 삼성시험
- 하카타역
Archives
- Today
- Total
목록UIView (1)
맛있는감귤
UIView Swift 3.0에서 변경된 사항
Swfit3에서 바뀐 문법 일부입니다. 참고하시길... CGRectMake() has been renamed to CGRect.init(x:y:width:height:) setTitle(_:forState:) has been renamed to setTitle(_:for:) setTitleColor(_:forState:) has been renamed to setTitleColor(_:for:) UIColor.blueColor() has been renamed to UIColor.blue UIControlState.Normal has been renamed to UIControlState.normal
Swift
2017. 1. 17. 15:22