Search Results

0
votes

Creating an OS X Service

Make sure you are launching your app first to get the system to see the Service. Make sure you are registering the services handler in your app using - setServicesProvider: Also, check the …
21
votes

What are those little Xcode tips & tricks you wish you knew about 2 years ago?

Control-2 to access the popup list of functions/methods/symbols in this file. This is super useful because with this shortcut you can navigate through a file entirely using the keyboard. When you g …