是否有可能调整x,y坐标为titleLabel
的UIButton
?
这是我的代码:
UIButton *btn = [UIButton buttonWithType:UIButtonTypeRoundedRect];
[btn setFrame:CGRectMake(0.0f, 0.0f, 100.0f, 100.0f)];
[btn setTitle:[NSString stringWithFormat:@"Button %d", i+1] forState:UIControlStateNormal];
[btn addTarget:self action:@selector(buttonPressed:) forControlEvents:UIControlEventTouchUpInside];
btn.titleLabel.frame = ???
1
请选择其他答案,以便我们删除非常否定的答案。否则请解释您为什么这样做。
—
tchrist 2012年
为什么不接受该答案?
—
Antonio MG 2013年