I'm trying to get the effect that is like the clock "add Alarm" visual effect. However, how do you add a UIPickerView to the bottom of the table? Thanks in advance.
Looks like a UIVIew with two subviews: the table and the picker to me. Seems pretty simple: create a UIView the size of the screen. Create a UITableView of the appropriate size and position. Add it as a subview. Same for the UIPickerView.