I'm quite new to stackoverflow and this is my first question.
I am trying to make a control that looks like the one used in the Apple Camera app to switch between video and picture modes, take a look here, the switch at the right bottom of the image.
I have read some other threads about UISwitch customization, but all of them talk about customizing fonts, labels or colors.
Do you have a clue of where I could start? Do you think using UISwitch is a good idea or maybe another type of UIControl? I tried to change the height of an UISwitch but it seems it remains always the same default height.
Thank you!