Add TUITableViewCell default drawing and options.

Flesh out the class, as well as clean it up.
This commit is contained in:
Aditya Nrusimha
2012-10-11 20:20:55 -07:00
parent e0b93b61a9
commit 3087c8428a
5 changed files with 352 additions and 163 deletions
@@ -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