TTButton 的正确使用的方法

TTButton* button =[TTButton buttonWithStyle:@"forwardActionButton:" title:@"Login"];
[button setFrame:CGRectMake(245,160,65,33)];
[self.view addSubview:button];


不要忘记了
@"forwardActionButton:" 里面的冒号
posted on 2012-05-08 19:10  easonoutlook  阅读(161)  评论(0编辑  收藏  举报