Skip to content

Latest commit

 

History

History
12 lines (8 loc) · 582 Bytes

README.md

File metadata and controls

12 lines (8 loc) · 582 Bytes

TB_CircularSlider

You can find a Swift version of this tutorial here

This is the code for the tutorial "How to create a custom control in iOS" from http://www.thinkandbuild.it.

In this tutorial I show how to create a custom control as subclass of UIControl and I draw the 99% of the component using Core Graphics.

Here a preview of the control built in this tutorial:

A preview of this control