I have some problems with NSRect : everything works great for my image until I open Full Screen. My image moves down accordingly NSRect positions and not of image's constraints. How can I fixe my constraints for this ImageView in NSRect?
let imgImage1 = NSImageView(frame: NSRect(x: 375, y: 430, width: 105, height: 79))