6
शीर्षक में पाठ की दो पंक्तियों के साथ UIButton (नंबरऑफलाइन = 2)
मैं UIButtonइसके शीर्षकलेब में पाठ की दो पंक्तियाँ बनाने की कोशिश कर रहा हूँ । यह वह कोड है जिसका मैं उपयोग कर रहा हूं: UIButton *titleButton = [[UIButton alloc] initWithFrame:CGRectMake(15, 10, frame.size.width-100, 100)]; titleButton.titleLabel.font = [UIFont boldSystemFontOfSize:24.0]; [titleButton setTitle:@"This text is very long and should get truncated at the …