Updated ExampleProject
This commit is contained in:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user