So I have UICollectionViewController and have added a UIPickerView to controllers view. Right now the UIPickerView sits beneath the nav bar.
How do I make it automatically take the bounds of the view it's within, whether on an iPhone 4 or iPhone 5 and use this to snap the UIPickerView to the bottom of it's parent.
Regards