- (void) start{

NSTimer *timer = [NSTimer scheduledTimerWithTimeInterval: 0.5  

target: self 

selector: @selector(run) 

userInfo:nil repeats: YES];

}

 

-(void)run{
	//要處理的事
}
-(void)remove{

[timer_navigation invalidate];

}
arrow
arrow
    全站熱搜
    創作者介紹
    創作者 beanway 的頭像
    beanway

    Iphone 程式開發筆記

    beanway 發表在 痞客邦 留言(2) 人氣()