All Questions
1 question
0
votes
1
answer
284
views
Unable to set Image of NSImageView using file path
I have hooked to Selection changed event of NSTableView.I need to display the selected image in the imageview
func tableViewSelectionDidChange(_ notification: Notification)
{
let ...