Revert TUITableViewCell changes
This reverts commitf5ade96e06, reversing changes made to91d97d6c62. They were causing too much breakage for us.
This commit is contained in:
@@ -106,6 +106,14 @@
|
||||
[s ab_drawInRect:CGRectOffset(imageRect, imageRect.size.width, -15)];
|
||||
};
|
||||
}
|
||||
|
||||
NSTextField *textField = [[NSTextField alloc] initWithFrame:NSMakeRect(20, 180, 91, 22)];
|
||||
[textField.cell setUsesSingleLineMode:YES];
|
||||
[textField.cell setScrollable:YES];
|
||||
|
||||
TUIViewNSViewContainer *textFieldContainer = [[TUIViewNSViewContainer alloc] initWithNSView:textField];
|
||||
textFieldContainer.backgroundColor = [NSColor blueColor];
|
||||
[self addSubview:textFieldContainer];
|
||||
}
|
||||
return self;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user