I am struggling with IB to make my views and controllers adaptive for all phone types. What I am experiencing is that 3.5 size works fine but when I run on the 4 simulator and 4 device there'll be black bars above and below the views.
How can I make the view adaptive to the device size? Code or IB option? I played with the Size:Freeform
/ 3.5 Full screen
and 4 Retina full screen
option but neither makes a difference. All subviews of my UINavigaionViewController have Size:inferred enabled.
Thanks, EL