Xcode 5 introduced the possibility to manage all your images in a single assets file, instead of having a bunch of png variants hanging around.
It works great with IB and Cocoa code, but when I try to reference the pictures from an embedded html, they simply do not show.
So the question is simple: is it possible to reference xcasset images from an embedded html in a UIWebView?