我得到當我重新打開應用程序下面的錯誤看到的圖片發現圖像:如何查找未在iOS
Could not initialize an instance of the type 'UIKit.UIImage': the native 'initWithContentsOfFile:' method returned nil
是否有可能通過設置
忽略這個條件MonoTouch.ObjCRuntime.Class.ThrowOnInitFailure
false?
下面方法被用來在執行上面的代碼「圖像」表示「空」值顯示圖像
private async Task DisplayImageFromImageUrl()
{
UIImage image;
image = new UIImage(eventImageEntity.EventsImageUrl);
}
。
請添加失敗的代碼。否則,將很難幫助您解決手頭的問題。 – Demitrian