TTButton* button =[TTButton buttonWithStyle:@"forwardActionButton:" title:@"Login"]; [button setFrame:CGRectMake(245,160,65,33)]; [self.view addSubview:button]; 不要忘记了
@"forwardActionButton:" 里面的冒号
本文共 267 字,大约阅读时间需要 1 分钟。
TTButton* button =[TTButton buttonWithStyle:@"forwardActionButton:" title:@"Login"]; [button setFrame:CGRectMake(245,160,65,33)]; [self.view addSubview:button]; 不要忘记了
@"forwardActionButton:" 里面的冒号
转载于:https://www.cnblogs.com/worldworld/archive/2012/05/08/2490587.html