それはのための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
なぜその答えは受け入れられないのですか?
—
Antonio MG
これはあなたが必要とするすべてであるstackoverflow.com/questions/18484747/uibutton-titleedgeinsets