iOS App - UI on iPad for iPhone only app -
i'm working on iphone based app. works fine on devices , looks fine on iphone models, ipad blown version, there's less space above ui i'd (some of buttons cut off edge of screen weren't before.
i've uploaded screenshots make clearer). ui still functions fine, visually bugs me bit wondering if there's can doesn't involve converting universal app. there causing it?
i did test using:
nslog(@"resolution = %@", nsstringfromcgsize([uiscreen mainscreen].bounds.size));
for screen resolution of scalable iphone app on ipad, , it's same result iphone retina (3.5-inch) , ipad based on simulator. code i'm running should same both devices, i'm wondering if status bar culprit. thoughts on this?
thanks in advance.
update 1
actually, seems limited ipad retina, although still doesn't rule out status bar. i'll try accounting , see if makes difference.
iphone screenshots following:
ipad screenshots following:
turned out status bar height causing problem. i'll update answer shortly complete solution ended since removing status bar on ipad seems way go regardless of whether or not there retina display said ipad.
Comments
Post a Comment