[Swift 3] 흐름 제어 (Flow Control / for, while, if-else, switch, fallthrough, guard, label, available)
출처http://kka7.tistory.com/7 흐름제어Swift 의 for-in 문은 array, dictionary, range, string, sequences 에서의반복을 쉽게해준다. switch 의 case 는 다음 case 로 넘어가지 않는다.일반적인 C 에서 break 문을 빼먹는 실수로 발생되는 오류를 피하게해준다. For Loop for index in 1...5 { print("\(index) times 5 is \(index * 5)") } 특별히 index 가 필요없다면 아래와 같이 ( _ ) 언더바를 이용할 수 있다. let base = 3let power = 10var answer = 1 for _ in 1...power { answer *= base} print("\(base..
iOS 개발/Swift
2017. 4. 13. 18:51
공지사항
최근에 올라온 글
최근에 달린 댓글
- Total
- Today
- Yesterday
링크
TAG
- string
- HTTP
- Swift 3.0
- CIImage
- thread
- dictionary
- Swift3
- 읽기 좋은 코드가 좋은 코드다
- coredata
- Arc
- Swfit
- applicationWillResignActive
- optional
- workerThread
- UIView
- NSManagedObject
- CGImage
- AWS
- NSManagedObjectModel
- set
- EffectiveObjectiveC
- NSManagedObjectContext
- RunLoop
- Swift 3
- Block
- 꺼내먹어요
- ios
- delegate
- docker
- Swift
일 | 월 | 화 | 수 | 목 | 금 | 토 |
---|---|---|---|---|---|---|
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 |
글 보관함