Workflow
Using Accessorizer with Xcode 4
Tuesday 07 September 2010
Accessorizer is one of our favourite tools at Synchromation as it allows you to avoid some of the dull side of Objective-C development by helping automate the creation of @property and @synthesize statements (and it can be customised to conform to a wide range of coding styles).
Unfortunately, it does not seamlessly work with Xcode 4 as the Accessorizer key bindings are now used by Xcode 4 itself. Luckily, this can be simply solved by re-assigning new shortcuts in the Xcode services menu.

You can get Accessorizer here
Unfortunately, it does not seamlessly work with Xcode 4 as the Accessorizer key bindings are now used by Xcode 4 itself. Luckily, this can be simply solved by re-assigning new shortcuts in the Xcode services menu.

You can get Accessorizer here
Comments