Pixate / pixate-freestyle-ios

Pixate Freestyle for iOS
Apache License 2.0
848 stars 134 forks source link

Cannot load images from Images.xcassets #78

Closed pcolton closed 10 years ago

pcolton commented 10 years ago

This has been fixed in 2.1.2 to allow for urls like these via the new asset:// scheme:

.myButton {
    background-image: url(asset://buttonimage);
    background-size: 100 30;
}