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
- 해몽
- 페이백
- UIView
- afterdelay
- simulator
- LG유플러스
- UITableView
- 신도림 테크노마트
- 아이폰7
- 신도림
- 스마트폰
- IOS
- 포켓볼
- error
- 샘플
- GCD
- swift3
- 앱스토어
- Check
- Xcode
- 얻는법
- loop
- 포켓몬 GO
- 보라카이
- Example
- swift
- 공략
- push
- setting
- Bitcode
Archives
- Today
- Total
도래울
Swift performSelector: withObject: afterDelay: [duplicate] 본문
var timer = NSTimer.scheduledTimerWithTimeInterval(0.1, target: self, selector: Selector("someSelector"), userInfo: nil, repeats: false)
func someSelector() {
// Something after a delay
}
'개발 > iOS' 카테고리의 다른 글
ios push 구현 (0) | 2016.08.30 |
---|---|
[iOS] 앱에서 앱 실행시키기 (0) | 2016.08.25 |
ios swift notification banner BRYXBanner (0) | 2016.08.17 |
UITableView - scroll to the top (0) | 2016.08.09 |
Comparing NSIndexPath Swift (0) | 2016.08.08 |
Comments