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

  • 關於本站
  • 免責聲明