UI component for circular display of long lists with the ability to choose elements, preload element lists, with two dedicated lists (chosen and to be chosen). Can feature from 1 for up to several thousand elements. Written entirely in code using Objective-C and is extremely extensible.
Xcode version 7.3.1 (7D1014) with iOS 9.2 SDK required.
Clone the repo, check out the example project or plainly take the source files from the Source folder into your project
Tested on iPhone and iPad with iOS 8.0 and up, 9.0 and up and iOS 10.0 Developer Beta 3. Project minimal deployment target is iOS 8.0. This project uses ARC and is Bitcode compatiable. Project example built on top of Storyboards and Xibs with Autolayout and Size Classes but the control can be used both in code and in Storyboards.
We'd love to see your ideas for improving this project! The best way to contribute is by submitting a pull request. We'll do our best to respond to your patch as soon as possible. You can also submit a new Github issue if you find bugs or have questions.