Infinite Scrolling Dial Control for iOS
For a long time, I remember posts from people asking for an infinitely scrolling UIScrollView or a looping UITableView etc. I’ve been meaning to make such a component and turn it into an easy to use control and I finally…
Double Slider UIControl for the iOS
One component I’ve been missing for a long time from the iOS is a slider where I can select a range of values instead of just one. Turns out such a component is not that hard to make. The DoubleSlider…