ios - Getting image from xcassets with pixate -


i using xcassets store images, having issues images using pixate. if image outside xcassets can use background-image: url(image.png); without issue doesn't work xcassets.

any ideas?

best regards

freestyle adding new asset:// scheme in 2.1.2 allow urls this:

background-image: url(asset://image).


Comments

Popular posts from this blog

get url and add instance to a model with prefilled foreign key :django admin -

android - Keyboard hides my half of edit-text and button below it even in scroll view -

css - Make div keyboard-scrollable in jQuery Mobile? -