Hi, I’m trying to asynchronously load an image from a url in IOS. I tried adding the ofxThreadedImageLoader class, but I can’t get it to work. I’m not even sure if it is compatible with IOS. Has anyone managed to use the ofxThreadedImageLoader class with IOS or should I use some other method?
When I add the ofxThreadedImageLoader files to my Xcode project it indicates an error at line 7 ofAddListener(ofEvents().update, this, &ofxThreadedImageLoader::update);
"Type ‘ofCoreEvents’ does not provide a call operator
Any thoughts?
Am I missing something obvious?
best,
Richard