NStimer
[NStimer timerWithTimeInteraval: target: selector@selector( ) userInfo: repeats: ];
NSRunLoop *runloop = [NSRunLoop currentRunLoop];
[runloop addTimer:timer forMode:NSDefaultRunLoopMode];
[NStimer scheduledTimerWithTimeInteralval: target: selector:@selector( ) userInfo: repeats: ];
//拖拽時候 銷毀定時器
//松手時候 重新創(chuàng)建定時器
//線程問題 NSCommentModes解決 加入到NSRunLoop消息循環(huán)中北发、