Swift OSX key event

Question or problem in the Swift programming language: I have been working on a Cocoa OSX project in swift that requires the use of keyboard input to preform an action. On keydown i want to move an object across the window, but stop the object as soon as the key is let up. I have […]

Continue Reading
swift programing language

Open another Mac app

Question or problem in the Swift programming language: In my app I would like to open another app that is installed on the User’s Mac (such as iPhoto). I am not sure what I should be looking for in the documentation. What is this called and how should I do it? Thank you

Continue Reading