Migrate sample project to ARC

Conflicts:

	ExampleProject/Example.xcodeproj/project.pbxproj
This commit is contained in:
Justin Spahr-Summers
2011-11-12 17:47:47 -08:00
parent 068ec9c502
commit 9ff48ddd31
8 changed files with 7 additions and 43 deletions
@@ -67,7 +67,6 @@
};
[self addSubview:t];
[_tabViews addObject:t];
[t release];
}
tabViews = [[NSArray alloc] initWithArray:_tabViews];
@@ -75,11 +74,6 @@
return self;
}
- (void)dealloc
{
[tabViews release];
[super dealloc];
}
- (void)drawRect:(CGRect)rect
{