Có thể điều chỉnh vị trí x, y cho titleLabel
của a UIButton
không?
Đây là mã của tôi:
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
Vui lòng chọn câu trả lời khác để chúng tôi có thể xóa câu trả lời rất phủ định. Hoặc giải thích lý do tại sao bạn đã làm điều này.
—
tchrist
Tại sao câu trả lời đó không được chấp nhận?
—
Antonio MG,
Đây là tất cả các bạn cần stackoverflow.com/questions/18484747/uibutton-titleedgeinsets