일 | 월 | 화 | 수 | 목 | 금 | 토 |
---|---|---|---|---|---|---|
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
- instance
- tuist
- 코딩테스트
- Terminal
- Swift
- String
- Method
- Git
- Class
- Unicode
- 디자인패턴
- init
- 스위프트
- enum
- UIKit
- interpace
- initializer
- struct
- property
- Foundation
- 이니셜라이저
- IOS
- optional
- Xcode
- Protocol
- type
- initalizer
- url
- extension
- delegate
Archives
- Today
- Total
목록타이머만들기 (1)
아리의 iOS 탐구생활
[iOS] Timer를 간단히 사용해보기.
Apple Developer Documentation developer.apple.com 타이머를 만들 수 있는 타입이다. 특정 시간이 지난 후 시작되어 지정된 메세지를 대상 객체로 보내는 타이머이다. 타이머는 Run Loop와 함께 작동하는데, Run Loop는 타이머에 대한 strong Reference를 유지하므로, Run Loop에 추가한 후 타이머에 대한 strong Reference를 유지할 필요가 없다. 타이머를 효과적으로 사용하려면 먼저 Run Loop가 작동하는 방법을 알아야 한다. Introduction Introduction Threads are one of several technologies that make it possible to execute multiple code pat..
Swift/iOS
2021. 9. 30. 14:39