gpt4 book ai didi

ios - 如何通过 segue 将 NSTimeInterval 值从 swift 传递到 Objective C

转载 作者:行者123 更新时间:2023-11-30 14:17:48 25 4
gpt4 key购买 nike

我在 Swift 中得到了一个值:

var diff:NSTimeInterval!

我将它传递给 Objective C 类:

var destVC:ProgressViewController = segue.destinationViewController as! ProgressViewController //as! UIViewController
destVC.seconds = self.diff!

下面接受值的变量位于 Objective C 中:

@property (nonatomic) NSTimeInterval *seconds;

但是我在 Swift 中遇到错误:

Cannot assign a value of type 'NSTimeInterval' to a value of type 'UnsafeMutablePointer<NSTimeInterval>'

任何帮助将不胜感激。

最佳答案

使用 NSTimeInterval 秒 且不使用 NSTimeInterval *seconds;,删除 *

关于ios - 如何通过 segue 将 NSTimeInterval 值从 swift 传递到 Objective C,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/30912458/

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