gpt4 book ai didi

iphone - iOS 示例 "GLPaint"不支持方向纵向、纵向颠倒

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

我想在示例代码“GLPaint”上支持纵向和纵向颠倒。这个应用程序支持纵向和纵向颠倒的代码是什么?

示例代码“GLPaint” http://developer.apple.com/library/ios/#samplecode/GLPaint/Introduction/Intro.html%23//apple_ref/doc/uid/DTS40007328

此示例使用对象窗口而不是 UIViewController 的子类。我试过这段代码,但没用。

- (BOOL)shouldAutorotateToInterfaceOrientation:(UIInterfaceOrientation)interfaceOrientation {
if ((interfaceOrientation == UIInterfaceOrientationPortrait) ||
(interfaceOrientation == UIInterfaceOrientationPortraitUpsideDown))
return YES;
return NO;
}

我尝试修改应用程序以设置 View Controller 2 模式。

A:GLPaint 添加子类View Controller。B:New Project OpenGL ES Application add GLPaint.

两者都不好。目前,我不知道源代码有什么问题。

最佳答案

将 PaintingView 放入内置 View Controller 中,它在我这边运行良好。View Controller 可以控制界面方向。

关于iphone - iOS 示例 "GLPaint"不支持方向纵向、纵向颠倒,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/5776399/

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