คำถามติดแท็ก textlabel

4
เป็นไปได้ไหมที่จะปรับตำแหน่ง x, y สำหรับ titleLabel ของ UIButton
เป็นไปได้ไหมที่จะปรับตำแหน่ง x, y สำหรับtitleLabela 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 = ???
โดยการใช้ไซต์ของเรา หมายความว่าคุณได้อ่านและทำความเข้าใจนโยบายคุกกี้และนโยบายความเป็นส่วนตัวของเราแล้ว
Licensed under cc by-sa 3.0 with attribution required.