TTButton 的正确使用的方法
TTButton* button =[TTButton buttonWithStyle:@"forwardActionButton:" title:@"Login"];
[button setFrame:CGRectMake(245,160,65,33)];
[self.view addSubview:button];
不要忘记了
@"forwardActionButton:" 里面的冒号
如痴如醉、、、
TTButton* button =[TTButton buttonWithStyle:@"forwardActionButton:" title:@"Login"];
[button setFrame:CGRectMake(245,160,65,33)];
[self.view addSubview:button];
不要忘记了
@"forwardActionButton:" 里面的冒号