Posts Tagged ‘swift’

QuartzCode 1.5 with Swift 3 support released!

Apple has recently released Swift 3 with many changes from Swift 2.2 which is awesome and we are excited to finally release QuartzCode 1.5 today. Version 1.5 introduced Swift 3 supports, and user still can changes between Swift 3 and Swift 2.2 in a single click. Apart from mandatory Swift 3 renaming, we also made some changes…

Read More

Tutorial : Percentage vote animation for iOS using QuartzCode

In this post I’m going to explain how to create something like percentage vote animation using QuartzCode.I’m going to show the final result first. In this tutorial, I will also show how to edit the generated code in Xcode so that the percentage animation can be changed. 1. First we need to create people icon. Create two…

Read More

Tutorial : Water Fill Animation using QuartzCode

In this post, I’m going to explain how to create water fill animation using QuartzCode.This will be final result and the animation is fully vector which means no image will be used. So, let us get started.1. Create a rectangle to act as glass for the water. 2. Use Insert > CALayer to add CALayer to the canvas. The…

Read More