gpt4 book ai didi

iphone - ELCUI应用超时问题

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

我是 ios 新手。

我有一个可以登录的应用程序。登录后用户可以使用应用程序。

现在我有一个功能,如果用户在 2 分钟内没有用户吸引,那么应用程序将导航到登录屏幕。

我用过-

http://www.icodeblog.com/2011/09/19/timing-out-an-application-due-to-inactivity/

为了实现它。

一切正常,当用户登录应用程序然后使用苹果按钮时,现在应用程序在后台并且几分钟不使用设备,现在 iphone 处于锁定模式。

现在如果用户打开锁并打开应用程序,我会看到黑屏,那里没有 UI。

但是如果我点击键盘显示,那么它是我的登录屏幕的 TextView ,但什么都不可见。

我的main.m代码

NSAutoreleasePool *pool = [[NSAutoreleasePool alloc] init];
int retVal = UIApplicationMain(argc, argv, @"ELCUIApplication", nil);
[pool release];
return retVal;

当不活动计时器触发时,我将 View Controller 弹出到 Root。

感谢您的帮助。

最佳答案

首先检查背景颜色。

如果是黑色,就把它变成Clear color。

我遇到了类似的问题,我是这样解决的。

关于iphone - ELCUI应用超时问题,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/16514767/

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