I’m trying to update my application to catter for iPhone 5 4 inch retina screen.
I’m using custom nibs for different screen size versions as I want to show something different and make use of bigger screen.
I’ve created another nib and I’m properly calling it from initWithNib method.
This is what I’m getting:

It’s only a start, I’ve setted background color of the View to black, but as you can see simiulator isn’t scalling the view up. I don’t know why. In IB there is 4 Retina View type selected. The dimensions are ok. I’ve checked everything I though of and still the same result.
Any ideas?
UPDATE
Here are my settings:

In IB do you have anything set in the Simulated Metrics panel for top bar or bottom bar as these will cause the view to shrink accordingly?