Re: Class Message

2010-03-29 Thread Sebastian Morsch
in quiet a few apps and want to standardise on one way, cutting down on the code I need to maintain 1. Is this the best place to use a Class Message such as +( BOOL )firstRunError:(NSError **)error; I'm not sure as the main use of Class Messages seems to be for convenience initialisers

Class Message

2010-03-29 Thread Kevin Bracey
in the AppDelegate, duplicated functionality in quiet a few apps and want to standardise on one way, cutting down on the code I need to maintain 1. Is this the best place to use a Class Message such as + ( BOOL )firstRunError:(NSError **)error; I'm not sure as the main use of Class Messages

Re: Class Message

2010-03-29 Thread Quincey Morris
On Mar 29, 2010, at 01:48, Kevin Bracey wrote: I have a simple class whose job it is to check if it's a first run and create all the Folders required such as App Support and Logs, check CFBundleVersion and if different from the last run update any App Support files and reset any