Is it possible to iterate over all open windows of any application in OSX and listen to their resize events in Swift? I want to create custom window manager that would move
With Swift 3 the windowDidResize method should look like the following:
func windowDidResize(_ notification: Notification) { // Listen to a window resize event }