gpt4 book ai didi

ios - 在 Storyboard 中的两个场景之间传输图像

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

我在主视图 Controller 中有一个图像,我希望这个图像显示在新的 View Controller 中......我知道如何在两个场景之间获取字符串值但不知道 Storyboard中的图像......请帮助我出……

Is it right way to pass UIImage to another controller...

if UIImage *img1=[UIImage imageNamed:@"1.jpg"]; and UIImageView is *newimgview for newViewController

-(void)prepareForSegue:(UIStoryboardSegue *)segue sender:(id)sender
{
if ([segue.identifier isEqualToString:@"imageview"])
{
newViewController *nvc=segue.destinationViewController;
nvc.newimgview.image=img1;

}
}

最佳答案

只需传递 UIImage 指针,就像您在 performseguewithidentifier 中传递其他数据(例如 NSString)一样

关于ios - 在 Storyboard 中的两个场景之间传输图像,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/19395741/

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