I am very new to blocks and objective-c, and I am trying to write my first category using both. My idea is to create a category on NSTimer, which will receive a block As a parameter, this block wil
Tag: nstimer
iPhone – Why is NSTIMER when another thread is running?
I am trying to run a long task in the background of the iPhone. I start it with performSelectorInBackground. I also create an NSTimer on the main thread to check if it works. I expect a timer Will