Posts Tagged ‘core animation’
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,…
Read MoreHow to Create Hamburger Animation using QuartzCode (Beta)
In this post I’m gonna show video tutorial on how to create hamburger animation using QuartzCode without writing any code.Without further ado, here is the video: The steps are summarized as follow:1. Create circle, circle extension(middle path), top and bottom path.2. Edit middle path using vertex mode so it appear as below 3. 2. Set color and lineWidth for all paths, set…
Read More