Is there an ActivityIndicator in WatchKit for Apple Watch?

后端 未结 8 1174
轮回少年
轮回少年 2020-11-30 07:29

Is there an ActivityIndicator (or something like it) in WatchKit for Apple Watch? How do you all give the user feedback about some longer lasting background activity?

8条回答
  •  春和景丽
    2020-11-30 07:55

    Just to add to the options, I've created a JBWatchActivityIndicator project on GitHub that lets you generate your own image sequences: https://github.com/mikeswanson/JBWatchActivityIndicator

    It also includes Apple-like activity indicator animations if you don't want to create your own.

提交回复
热议问题