Xcode 9 asset catalog Preserves Vector Data not working?

前端 未结 4 1250
一整个雨季
一整个雨季 2020-12-24 07:21

I thought the new Preserves Vector Data checkmark in the Xcode 9 asset catalog would finally give us resizing of vector PDF images, but apparently not. Here\'s my test image

4条回答
  •  一向
    一向 (楼主)
    2020-12-24 07:40

    I had the same issue multiple times with the new Preserves Vector Data.

    Super simple solution that worked very well for me:

    1. Never set the UIImageView image property in Interface Builder, just leave it empty.
    2. Set the image value programmatically.

    Hope it helps.

提交回复
热议问题