我试图在接口控制器中有一个倒数计时器,当时间为 0 时,我希望它对下一个接口控制器执行 segue。
有没有办法做到这一点?
if secondsLeft == 0 {
pushController(withName: "RunGameInterfaceController", context: nil)
我试图在接口控制器中有一个倒数计时器,当时间为 0 时,我希望它对下一个接口控制器执行 segue。
有没有办法做到这一点?
if secondsLeft == 0 {
pushController(withName: "RunGameInterfaceController", context: nil)