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
When user change window size,the windowWillResize method will be called.