开发者

iPhone:Device Orientation problem

HI in my iPHone App I开发者_StackOverflow社区 facing problem for the device orientation

iPhone:Device Orientation problem

screen 1

now On click of next button, it is displaying screen2 that is fine

iPhone:Device Orientation problem

screen 2

now clicking on back when I can return to original screen it is not showing properly

iPhone:Device Orientation problem

what could be the problem? how can I solve it?


ViewController responsible for view that have Place and Food fields should have method:

- (BOOL)shouldAutorotateToInterfaceOrientation:(UIInterfaceOrientation)interfaceOrientation {
    return YES;
}
0

上一篇:

下一篇:

精彩评论

暂无评论...
验证码 换一张
取 消

最新问答

问答排行榜