Hi all
In my 4 tab based UITabBarController application, each tab is using NSThread detachNewThread/performSelectorOnMainThread methods to fetch data from web service.
My problem is that, if I quickly tap randomly the tabs of the UITabBar then I get the SIGABRT error
I am not able to get through this error
Can anybody explain about this error?
THanks
In my 4 tab based UITabBarController application, each tab is using NSThread detachNewThread/performSelectorOnMainThread methods to fetch data from web service.
My problem is that, if I quickly tap randomly the tabs of the UITabBar then I get the SIGABRT error
I am not able to get through this error
Can anybody explain about this error?
THanks