Skip to main content

Posts

Showing posts with the label stylesheet

TTStyleSheet with span class

I am making an app with Three20. I have a TTTableViewController that is the main catalog for other screens and a secont TTViewController connected with a tturl scheme. In my TTViewController there is a TTStyledTextLabel connected to a UIScrollView, that displays a chunk of text from a database that has span, p with classes. I have defined those classes in an TTStyleSheet subclass that is instantiated just like in TTCatalog example. The problem is, that even though in my TTTableViewController the stylesheet works, in the TTViewController it doesn't. I have defined my TTViewController loadView as the following: - (void)loadView { [super loadView]; FMDBDataAccess *dba = [[[FMDBDataAccess alloc] init] autorelease]; Definition *def = [dba getDefinition:termId]; NSLog(@"%@ ",def.term); self.title = def.term; NSString *s = def.definition; TTStyledTextLabel* label1 = [[[TTStyledTextLabel alloc] initWithFrame:CGRectMake(10, 10, self.view.bounds.size.width-20, self.view.b