gpt4 book ai didi

swift - 我想在另一个 View Controller 上添加一个 View Controller 5 秒?

转载 作者:行者123 更新时间:2023-11-28 08:33:44 25 4
gpt4 key购买 nike

我想在另一个 View Controller 上添加一个 View Controller 5 秒?

可能会帮助我,因为我是快速编程的新手。

提前致谢。

最佳答案

你应该使用它让屏幕在 5 秒后消失:

let time = dispatch_time(dispatch_time_t(DISPATCH_TIME_NOW), 5 * Int64(NSEC_PER_SEC))
dispatch_after(time, dispatch_get_main_queue()) {
//put your code to remove the screen
}

关于swift - 我想在另一个 View Controller 上添加一个 View Controller 5 秒?,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/38320537/

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