Updated ExampleProject

This commit is contained in:
Justin Spahr-Summers
2012-07-27 16:15:19 -07:00
parent ce1fef3530
commit 53cadadeeb
3 changed files with 7 additions and 7 deletions
@@ -21,7 +21,7 @@
- (id)initWithFrame:(CGRect)frame
{
if((self = [super initWithFrame:frame])) {
self.backgroundColor = [TUIColor colorWithWhite:0.9 alpha:1.0];
self.backgroundColor = [NSColor colorWithCalibratedWhite:0.9 alpha:1.0];
_scrollView = [[TUIScrollView alloc] initWithFrame:self.bounds];
_scrollView.autoresizingMask = TUIViewAutoresizingFlexibleSize;