Creating Custom Activity Indicator using CAReplicatorLayer in QuartzCode (Beta)
There are various types of spinning indicator in various type of apps and webpages. While not all, many of them can be recreated by using CAReplicatorLayer.
Although CAReplicatorLayer is cool, originally I don’t know what can it be used for, until I found this great article from David Rönnqvist that is to create spinning indicator.
By using QuartzCode, this spinning indicator can easily be created. By using combination of CAReplicatorLayer and other animation properties, there are numerous possibilities of what can be done.
In the following video I’m gonna show you how to create custom activity indicator without using any image and code.
Download example project here.
awesome! can you share file?
I’ve updated the post to include Xcode project on Github
what is the github link
Hi Vishnu, sorry that is outdated response. You can download the example project attached in this post, Thanks.