gpt4 book ai didi

ios - 2 个不同的肖像和风景 Storyboard

转载 作者:塔克拉玛干 更新时间:2023-11-02 20:22:58 26 4
gpt4 key购买 nike

是否可以创建 2 个 Storyboard并根据设备方向访问每个 Storyboard?我试过这段代码:

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

if (UIInterfaceOrientationPortrait){
UIStoryboard *controller = [self.storyboard instantiateViewControllerWithIdentifier:@"Storyboardland.storyboard"];


}else if (UIInterfaceOrientationPortraitUpsideDown){
UIStoryboard *controller = [self.storyboard instantiateViewControllerWithIdentifier:@"MainStoryboard_iPad.storyboard"];

}}

...但是不起作用??我犯了什么错误??

最佳答案

我认为this answer to a previous post (iPhone Storyboard: different scene for portrait and landscape)可能会解决你的问题。它解释了如何为纵向和横向模式提供不同的 View ,但仍使用相同的 View Controller 。

关于ios - 2 个不同的肖像和风景 Storyboard,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/9647548/

26 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com