Add TUITableViewCell default drawing and options.
Flesh out the class, as well as clean it up.
This commit is contained in:
@@ -17,11 +17,10 @@
|
||||
#import "TUIKit.h"
|
||||
|
||||
@interface ExampleTableViewCell : TUITableViewCell
|
||||
{
|
||||
TUITextRenderer *textRenderer;
|
||||
}
|
||||
|
||||
@property (nonatomic, copy) NSAttributedString *attributedString;
|
||||
|
||||
@property (nonatomic, strong) TUIView *textFieldContainer;
|
||||
@property (nonatomic, strong, readonly) TUITextRenderer *textRenderer;
|
||||
|
||||
@end
|
||||
|
||||
Reference in New Issue
Block a user