Customizing UIPickerView
        Posted  
        
            by Raj
        on Stack Overflow
        
        See other posts from Stack Overflow
        
            or by Raj
        
        
        
        Published on 2010-06-07T12:50:16Z
        Indexed on 
            2010/06/07
            12:52 UTC
        
        
        Read the original article
        Hit count: 625
        
Hi all,
I have a requirement where UIPickerView should be customized. The picker view should look something like this:
The application which has customized the pickerView similarly is: http://itunes.apple.com/us/app/convert-the-unit-calculator/id325758140?mt=8
I have tried removing the default pickerView selection bar by resetting the property showsSelectionIndicator of UIImagePicker and adding a overlay view. But the problem is, the overlay view should be transparent so that the wheel behind it is visible. But the other application somehow does it even though the selection bar is not transparent.
Any ideas on how to achieve this feat?
Thanks and Regards, Raj
© Stack Overflow or respective owner