iOS Programming Recipe 7: Using the UIPickerView
The UIPickerView can be a frustrating element for a new iOS programmer. I know first hand as I was just recently there. For this example I’m going to create a simple color picker. from the picker we can select a color and the RGB value will print to the s
nscookbook.com |