A collection of iOS controls we developed in the past. Could be useful for some developers out there.
With time passing by we did several custom controls for our iOS projects that are not provided by default. As every software developer does, we benefit a lot from the open source community. We want to contribute our part and give you something that could be useful to some of the iOS developers out there.
Currently there are 3 custom controls:
This control was initialy made for cutting audio files. The value changes exponentially with the rotation speed, so when moving the wheel very slowly the value changes very accurately, but when moving the wheel very fast it changes very fast.
This control was also built for usage in an project for editing audio files. You can easily select an area of values.
This control was, as you may guess, also built for an audio project. This control builds an audio waveform for a given audio file.
Please look at the ExampleViewController in the ExampleProject to know how to use the controls. Everything is commented well and the methods should be easy to unterstand.
The MIT License (MIT)
Copyright (c) 2014 xitasoappdev
Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions:
The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
XITASO GmbH http://xitaso.com/ [email protected]