Which control to use to have a simple dropdown box in swift ?
I managed to use the UIPickerview, but this is not usable in my case. The UIPickerview shows the values before and after and will overlap texts and titles in my gui. I also don't like to waste space in my gui only to have these sexy controls.
Is there a standard control for me, or do I have really to implement my own control ?