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
Post a Comment