Code Search for Developers
 
 
  

AppController.m from redshed at Krugle


Show AppController.m syntax highlighted

#import "AppController.h"

@implementation AppController

- (id)init {
	self = [super init];
	if (self) {
		objectArray = [[NSMutableArray arrayWithObjects:
			[NSDictionary dictionaryWithObject:@"a" forKey:@"name"],
			[NSDictionary dictionaryWithObject:@"b" forKey:@"name"],
			[NSDictionary dictionaryWithObject:@"c" forKey:@"name"],
			[NSDictionary dictionaryWithObject:@"d" forKey:@"name"],
			[NSDictionary dictionaryWithObject:@"e" forKey:@"name"],
			nil] retain];
		objectArray2 = [[NSMutableArray arrayWithObjects:
			[NSDictionary dictionaryWithObject:@"a2" forKey:@"name"],
			[NSDictionary dictionaryWithObject:@"b2" forKey:@"name"],
			[NSDictionary dictionaryWithObject:@"c2" forKey:@"name"],
			[NSDictionary dictionaryWithObject:@"d2" forKey:@"name"],
			[NSDictionary dictionaryWithObject:@"e2" forKey:@"name"],
			nil] retain];
	}
	return self;
}

@end




See more files for this project here

redshed

Code for Mac+WebObjects.

Project homepage: http://sourceforge.net/projects/redshed
Programming language(s): C,Java,Objective C
License: other

  BoundNSTableViewDragAndDropDataSource.xcodeproj/
    project.pbxproj
    wolf.mode1
    wolf.pbxuser
  English.lproj/
    MainMenu.nib/
      classes.nib
      info.nib
      keyedobjects.nib
    InfoPlist.strings
  AppController.h
  AppController.m
  BoundNSTableViewDragAndDropDataSource.h
  BoundNSTableViewDragAndDropDataSource.m
  BoundNSTableViewDragAndDropDataSource_Prefix.pch
  Info.plist
  main.m
  nsenumerate.h