Im trying to use NSThread so my display pic can load in the background so im calling it by
[NSThread detachNewThreadSelector:@selector(displayPic:aURL :aURL2) toTarget:self withObject:nil];
But as im passing through 2 Strings, how would i construct this statement?
Thanks
Simple hack, use NSArray? Or use any other collection such as NSDictionary.
Example
There no proper way of doing this, as far as i am aware.