摘要:
http://stackoverflow.com/questions/6434911/ttbutton-not-shown This code snippet looks fine. Where are you declaring the "forwardActionButton" style? It's not a three20 existing TTStyle as far as I k... 阅读全文
摘要:
TTButton* button =[TTButton buttonWithStyle:@"forwardActionButton:" title:@"Login"];[button setFrame:CGRectMake(245,160,65,33)];[self.view addSubview:button];不要忘记了 @"forwardActionButton:" 里面的冒号 阅读全文