I'm updating our codebase to work with Sparrow 2.2
I've fixed everything except an issue with loadFromURL
Often the completion block is called with a valid texture and no error, but the texture is black. It might then appear seconds later, often it will not.
The previous version of Sparrow that we were using (2.0.1) worked flawlessly.
I suspect there may be an issue in SPViewController's executeInResourceQueue method, as that appears to have changed considerably.
I'll keep working on it, but I wondered if anyone had had similar issues since updating?