nsthread
Help with crash log
My app is crashing on Lion when it awakes from sleep. The problem seems to be with a background thread that is looking for weather info.[详细]
2023-03-31 07:12 分类:问答GCD, NSOperationQueue, or create a thread manually?
When you use threads, do you have any preferences? In general rule, to use any of these techniques : create a new thread manually and use the run loop[详细]
2023-03-29 14:56 分类:问答iOS call soap functions in thread
guys I\'m a new iOS developer, I\'m having a problem when calling soap functions in new thread. Here is more details:[详细]
2023-03-27 00:46 分类:问答Do not wait on @synchronized in objectictive-c
I have timer that once in a minute executes a method. The method has some code and call to NSThread. NSthread calls another method with critical section.[详细]
2023-03-26 17:40 分类:问答Crash while downloading 100 images using NSThread iPhone
I am currently working on an iPhone magazine application which downloads its magazine content from internet. The magazine pages are in image format and it has about 120 pages.[详细]
2023-03-26 10:09 分类:问答How to Cancel the parsing of xml that is in the another thread
i want to connect the webservice and parse the xml as it will take time to execute so i done it in a separate thread and show a activity indicator to the user now i also want to insert the cancel opti[详细]
2023-03-26 10:06 分类:问答iOS - Background processes and UI update
the question is simple : my app control if there is an update every time it starts. If there is an update a popup will be shown with a Yes or No choose. When user tap Yes 4 methods start. These method[详细]
2023-03-25 23:35 分类:问答how to run NSThread when app goes to background
I need to control the volume of device when app is in background so for this i use following code - (void)applicationDidEnterBackground:(UIApplication *)application[详细]
2023-03-21 22:31 分类:问答How to Pass a parameter to a method from NSTread?
i am getting a string as parameter in an NSTread now i have to pass this string to next method so how can i do it? my code is given below:[详细]
2023-03-18 21:47 分类:问答Getting location in iOS background
I want to get my location in background every X mins, I\'m using a thread which is running well with NSLog, it prints a string. However, it seems that it\'s not working when I call my locationManager.[详细]
2023-03-18 08:05 分类:问答