HamzaGhazouani / HGCircularSlider

A custom reusable circular / progress slider control for iOS application.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Disable touch?

FouadAstitou opened this issue · comments

Hi Hamza,

It seems i can't find the documentation.

My question: Can we disable touch on the Circularslider?

Hi @FouadAstitou,
Yes you can disable touch by using isUserInteractionEnabled:
circularSlider.isUserInteractionEnabled = false

The CircularSlider Documentation

You are welcome @FouadAstitou :)