gpt4 book ai didi

swift - 如何使用 NSImage 在 Xcode Playground 中显示图像

转载 作者:行者123 更新时间:2023-11-30 10:36:09 26 4
gpt4 key购买 nike

当我点击侧栏中的眼睛时,我实际上可以预览我的图像。但是,代码中的最后一行没有显示任何内容。


//: A Cocoa based Playground to present user interface

import AppKit
import PlaygroundSupport

let nibFile = NSNib.Name("MyView")
var topLevelObjects : NSArray?

let imgView = NSImageView(frame:NSRect(x: 0, y:0 , width: 300, height: 400))
imgView.image = NSImage(byReferencingFile: "/Users/me/Code/MyPlayground.playground/Resources/image.png")

PlaygroundPage.current.liveView = imgView

最佳答案

  1. 打开左侧的项目导航器
  2. 选择资源文件夹
  3. 右键单击“将文件添加到‘资源’”
  4. 你可以这样使用 -> imgView.image = UIImage(named: "image_name")

    You can see in this image

关于swift - 如何使用 NSImage 在 Xcode Playground 中显示图像,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/57989988/

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