gpt4 book ai didi

ios - 将图像从 Objective VC 发送到 Swift 配置的 VC

转载 作者:行者123 更新时间:2023-11-28 18:15:23 24 4
gpt4 key购买 nike

我正在开展一个项目,该项目需要使用 segue 或 Storyboard将编辑后的图像发送到另一个 ViewControler

首先要了解的几点。

  • ViewController 我正在发送使用 Objective C 配置的图像。
  • 图像将传递给使用 Swift Lang 配置的 ViewController

问题:

The Swift Class which is imported in Objective .m file is not visible so it lets me to create its object to make reference of its members.

我试过:

// here i am not able to create SwiftVC class object so i can pass image further
SwfitVC *object = [self.storyboard instantiateViewControllerWithIdentifier:@"VC_Identifire"];
object.image = image;
[self.navigationController pushViewController:object animated:YES];

SwftVC Class is not visible after importing to .m file.

请看。谢谢。

最佳答案

为了让你的 Swift 文件可见;在您的 .m 文件中,您必须编写此导入语句。

#import "YourProjectName-Swift.h"

清理并构建,然后你就可以使用你的 Swift 类了。

关于ios - 将图像从 Objective VC 发送到 Swift 配置的 VC,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/44754063/

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