Creating a custom UIActivityIndicatorView

前端 未结 4 1404
北恋
北恋 2020-12-05 21:29

I want to have a custom view for UIActivityIndicatorView rather than relying on options given by iOS. How can I create my own view here?

I have a list o

相关标签:
4条回答
  • 2020-12-05 21:49

    This is implementation of custom UIActivityIndicator from scratch ready for integrating.

    0 讨论(0)
  • 2020-12-05 21:50

    As you haven't specified the case in which you want to use the activity indicator,

    check the below tutorial blog for custom UIActivityIndicatorView,

    Custom UIActivityIndicatorView (EDIT: This link is gone)

    Showing a "Loading..." message over the iPhone keyboard

    0 讨论(0)
  • 2020-12-05 22:04

    This one looks nice and clean, can be hooked to the code easily too.

    0 讨论(0)
  • 2020-12-05 22:14

    Abhinav, if you want to use a set of images you could as well use a UIImageView. Set the animationImages and start-stop as you wish.

    0 讨论(0)
提交回复
热议问题