Jump to 0 top | 1 navigation | 2 content | 3 extra information (sidebar) | 4 footer | 5 toolbar


Content

Blog»

Objective-C Method N...

Here is a Ruby script to convert Objective-C method names into AppleScriptObjC method names. Add this script to your user scripts inside Xcode and give it a shortcut. Copy the method name from the Objective-C documentation and paste into your Appl... »

Objective-C Variable...

I try to write neat, easy to read code and one pet peeve of mine is when variable declarations do not line up. This can be a difficult task as the project grows and more and more declarations are added. If you take the time to re-align them you start... »

AppleScriptObjC Simp...

Shane Stanley from AppleScript Pro Sessions has kindly provided an example file using simple bindings in AppleScriptObjC. Here is a short video demonstrating how to set up the bindings for this file. Download the source projectRead the rest of thi... »

AppleScriptObjC in X...

AppleScriptObjC in Xcode Part 5 - Converting ObjC to ASOC Part 5 deals with reading and understanding the documentation and how to convert between Objective-C and AppleScriptObjC. View post on AllanCraig.net »

AppleScriptObjC in X...

The final article for our "Book List" application has now been posted. Whew! It covers the last few things we needed to take care of; saving, updating and deleting. You can read it here.View post on AllanCraig.net »