Hey,
I was trying to load XML in background, but its throwing these things in console. I am using TBXML library to load/parse a file from URL.
ANd if i dont use that, theres a lag, the UI stucks up and until the file is downloaded and parsed, nothing happens. Reminded me of windows.
	
	
	
		
//GetData is the method that fills the array. -(void):GetData;
	
	
	
		
anyway way around this..
	
		
			
		
		
	
				
			I was trying to load XML in background, but its throwing these things in console. I am using TBXML library to load/parse a file from URL.
ANd if i dont use that, theres a lag, the UI stucks up and until the file is downloaded and parsed, nothing happens. Reminded me of windows.
		Code:
	
	-(void)LoadinBack{
	
	[self performSelectorInBackground:@selector(GetData) withObject:nil];	
}
		Code:
	
	Stack: (0x305a2e6f 0x30504682 0x305172e5 0x3055d08b 0x76dc 0x2aeb 0x3050a79d 0x3050a338 0x906fc095 0x906fbf52)
2010-01-16 23:10:42.254 APPx[1889:4103] *** _NSAutoreleaseNoPool(): Object 0xd897e0 of class NSCFData autoreleased with no pool in place - just leaking
Stack: (0x305a2e6f 0x30504682 0x305172e5 0x3055d08b 0x76dc 0x2b1b 0x3050a79d 0x3050a338 0x906fc095 0x906fbf52)
2010-01-16 23:10:42.254 APPx[1889:4103] *** _NSAutoreleaseNoPool(): Object 0xd301c0 of class NSCFString autoreleased with no pool in place - just leakinganyway way around this..
 
 
		