My main program spawns a thread, which executes the following: // alloc autorelease pool somewhere before
I am trying to run a timer in the background of my application, i am using the timer heavily in my application and i\'d rather running it in the background, However i am getting memory leaks when tryi
I am drawing a set of images on the uiscrollv开发者_如何学Goiew from a non-ui thread/function. But its only displayed after all the images are done drawing. For drawing all the images, I have written
I have an iPhone app, where I\'m displaying a tableview, that\'s loaded from an RSS feed. When the view is loaded, I call this method to run in a new NSThread:
I have a class derived from NSThread: @interface FSEventMonitorThread : NSThread { FSEventStreamRef m_fseStreamRef;
I am developing a RSS reader which uses a NSMutableArray (_stories) to store the contents of the RSS Feed. This array is being used by two different threads in the application and may be accessed simu
I\'m having a problem when trying to add a UITabBar as a subview of my AppDelegate\'s window. The link above shows a screenshot of the messy state of the screen.
I am getting th开发者_C百科is error bool _WebTryThreadLock(bool), 0x1b53d0: Tried to obtain the web lock from a thread other than the main thread or the web thread. This may be a result of calling t
I want to schedule a thread after a thread completion. Is it possible ? How? For example ( to specify my need )
I\'m in the midst of debugging an extremely unusual problem, and I was wondering if anybody might have any insight into what might be going wrong: