Setting an image to use AspectFill in iOS is trivial, you can set it by code or directly in storyboard. But how do you do it in macOS? In Cocoa/App Kit there is no property for that, you may scale it , but there is no option for AspectFill (or AspectFit for that matter). So, …