載入資產目錄影象
使用 UIImage.FromBundle(string imageName)
從資產目錄載入影象
UIImage image = UIImage.FromBundle("ImageName");
// use the name of the image set from the asset catalog
你可以將影象用於 UIImageView
或你需要做的任何其他事情。
使用 UIImage.FromBundle(string imageName)
從資產目錄載入影象
UIImage image = UIImage.FromBundle("ImageName");
// use the name of the image set from the asset catalog
你可以將影象用於 UIImageView
或你需要做的任何其他事情。