I would like to create an NSTimer object in a callback event (scroll view i would like to develop a facebook or reeder like refresh, if they are holding some time the scroll view at the end)
I have realized if i am creating a time, in the event the the timer is getting nill imideaty:
backTimer = [NSTimer timerWithTimeInterval:1.0 target:self selector:@selector(backButton) userInfo:nil repeats:NO];
NSLog(@"backtimer : %@ ", backTimer.timeInterval);
2011-12-12 14:42:57.733 BabyTapBook[16825:13103] backtimer : (null)
So I am searching the proper way to do this functionality