logo
  • 教程列表
  • SO官方文档
  • 使用 iOS 资产目录管理图像
    • 加载资产目录图像
    • 管理资产目录中的图像
    • 在故事板中添加资产目录图像
  1. StackOverflow 文档
  2. Xamarin.iOS 教程
  3. 使用 iOS 资产目录管理图像
  4. 加载资产目录图像

加载资产目录图像

Created: November-22, 2018

使用 UIImage.FromBundle(string imageName) 从资产目录加载图像

UIImage image = UIImage.FromBundle("ImageName");
// use the name of the image set from the asset catalog

你可以将图像用于 UIImageView 或你需要做的任何其他事情。

  • 管理资产目录中的图像
  • 使用 iOS 资产目录管理图像

Copyright © 2018. All right reserved

tastones.com 备案号:鲁ICP备18045372号-1

  • 关于我们
  • 免责声明