objective c - Why making gap UIWindow in top and bottom iOS app -
this question has answer here:
- ios 9 objective-c screen size issues 4 answers
every thing going fine after updating xcode 6 7 there error in build. after changing "enable bitcode" yes no in build option application built successfully. facing new problem -
application screen size making gap top , bottom following
i have added following line in method didfinishlaunchingwithoptions
nothing done
self.window = [[uiwindow alloc] initwithframe:[[uiscreen mainscreen] bounds]];
my application xib file based not storyboard.
can me please?
Comments
Post a Comment