Why isn’t the actually simulator rendering of my view not matching that in interface builder. I have a UIPickerView next to UIDatePicker looking good in IB, but not in the simulator. In particular the large gap inbetween, and the fact the right hand side fo the time picker goes off the edge of the screen.
Any ideas?

This happens because
UIDataPickeralways re-renders itself with a static bounds (one landscape mode, one for portrait). So you can change its position but not shape. I’ve bumped into this fact recently.