728x90
//타이머 설정
[NSTimer scheduledTimerWithTimeInterval:(0.3) target:self selector:@selector (animationTimerHandler:) userInfo:nil repeats:YES];
//타이머 호출 함수
- (void) animationTimerHandler:(NSTimer*)theTimer
{
}
728x90
'Developer > iOS' 카테고리의 다른 글
[iOS]홈에서 돌아왔을때, 함수 실행하기 (0) | 2015.10.26 |
---|---|
[iOS]Touch ID 사용 가능한지 판단하는 함수. (0) | 2015.09.14 |
[iOS]숫자 세자리마다 콤마 (,) 추가하기 (0) | 2013.08.22 |
[iOS]주소록 가져오기 Addressbook controll by ABAddressBookRef. (0) | 2013.07.08 |
[iOS]네비게이션 숨기고 보이게하기 (0) | 2013.06.11 |