Images on apple watch

前端 未结 4 2075
暗喜
暗喜 2021-01-06 10:14

I ran into a problem yesterday when my application was rejected. Apparently the images are not being displayed on the actual Apple Watch, however they are being displayed in

4条回答
  •  抹茶落季
    2021-01-06 10:56

    As of Xcode 6.3, iOS 8.3:

    Leave off the ".png" part of the image name. It will look strange in the storyboard, showing a blue "?", instead of the image thumbnail, but will work on both the simulator and watch. Same goes for specifying PNGs for Context Menus and programmatically specifying animation.

提交回复
热议问题