Skip to content

A collection of iOS controls we developed in the past. Could be useful for some developers out there.

License

Notifications You must be signed in to change notification settings

XITASO/iOS-controls

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

11 Commits
 
 
 
 
 
 
 
 

Repository files navigation

iOS-XITASO-Controls

A collection of iOS controls we developed in the past. Could be useful for some developers out there.

About

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.

Usage

Currently there are 3 custom controls:


XIWheelControl

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.


XIDoubleSlider

This control was also built for usage in an project for editing audio files. You can easily select an area of values.


XIWaveformView

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.

License

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]

About

A collection of iOS controls we developed in the past. Could be useful for some developers out there.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published