gpt4 book ai didi

ios - Xamarin.IOS : Can't load image from Images. xcassets

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

我在 Xamarin Studio 上工作,我有一个包含 UIImageViewStoryboard,它的属性设置如下:

enter image description here

您会注意到所选图像名为 personalPhoto,它存在于 Images.xcassets 中,如下所示

enter image description here

但是当我在模拟器中运行应用程序时,图像没有加载..并且 UIImageView 看起来是空的

enter image description here

即使尝试使用此代码以编程方式添加 UIImageView.. 它也会给我相同的结果

UIImageView personImage = new UIImageView {
Frame = new CoreGraphics.CGRect (0, 0, 200, 200),
Image = UIImage.FromBundle("personalPhoto"),
ContentMode = UIViewContentMode.ScaleAspectFill
};
this.View.AddSubview (personImage);

那么你知道问题出在哪里吗..请给我一些帮助..

提前致谢..

最佳答案

重新启动您的 iPhone 或模拟器,然后重试。

你也可以清理(Product -> clean)然后重试

关于ios - Xamarin.IOS : Can't load image from Images. xcassets,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/35388239/

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