4
UIButton의 titleLabel에 대한 x, y 위치를 조정할 수 있습니까?
그것을위한 X, Y 위치를 조정할 수있다 titleLabel(A)의를 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 = ???