开发者

iPhone:Device Orientation problem

开发者 https://www.devze.com 2023-03-16 17:49 出处:网络
HI in my iPHone App I开发者_StackOverflow社区 facing problem forthe device orientation screen 1 now On click of next button, it is displaying screen2 that is fine

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

精彩评论

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

关注公众号