Creating progress circle as WKInterfaceImage in Watch App

前端 未结 6 1885
余生分开走
余生分开走 2020-12-14 11:17

I am trying to create a progress circle for the Apple Watch version of my app. I know that we aren\'t able to use UIViews (which would make things so much easier!) so I am l

6条回答
  •  死守一世寂寞
    2020-12-14 11:22

    No, there is not possible to creating this custom circle on watch kit, because UIView doesn't work on watch kit.

    there is only solution of your problem is you have to put 100 images of each frames... and make sure that size of images is lesser than 20 MB. because the size of watch application is up to 20 MB

提交回复
热议问题