I am trying to make my iPhone app compatible with iOS 6, the problem is that when I use addSubview method, the height of view added is 460 by default.
but I dont want to set the frame manually for all of my application views.
what do you suggest ?
I am trying to make my iPhone app compatible with iOS 6 , the
Share
I am having the same issue using ios6/XCode 4.5.
I have a
addSubviewin landscape and even though the .xib is set toautoResize, it shows with the width for 3.5″ displays. The main view fills the 4″ screen fine.