티스토리 뷰

Mobile/iOS

[iOS]NSTimer

out of coding 2016. 3. 9. 15:43

아이폰도 Timer를 사용할 수 있다.


사용 방법은 다음과 같으며, 너무 쉬워서 설명은 하지 않는다.


[NSTimer scheduledTimerWithTimeInterval:1.0 target:self selector:@selector(timeTick:) userInfo:nil repeats:YES];


- (void) timeTick:(NSTimer*)timer {

    if(timer_count++ >= 3) {

        [timer invalidate];

    }

}

'Mobile > iOS' 카테고리의 다른 글

[iOS]Storyboard 호출하기  (0) 2016.03.10
[iOS]NSMutableURLRequest 사용  (0) 2016.03.09
[iOS]UIWebViewDelegate의 이용  (0) 2016.03.09
[iOS]NetworkStatus 체크  (0) 2016.03.09
[iOS]UIView Animation  (0) 2016.03.09
댓글
공지사항
최근에 올라온 글
최근에 달린 댓글
Total
Today
Yesterday
«   2025/01   »
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
글 보관함