আমি সবকিছু চেষ্টা করেছি কিন্তু এই পাঠ্যটিকে কেন্দ্র করে দেখছি না। কেউ কি দয়া করে আমাকে বলতে পারেন ত্রুটিটি কোথায়।
NSMutableParagraphStyle *paragraphStyle = NSMutableParagraphStyle.new;
paragraphStyle.alignment = NSTextAlignmentCenter;
label.attributedText = [[NSAttributedString alloc] initWithString:cell.EventTitle.text attributes:@{NSForegroundColorAttributeName : [UIColor whiteColor],NSParagraphStyleAttributeName:paragraphStyle,NSBaselineOffsetAttributeName : @0,NSFontAttributeName : [UIFont fontWithName:@"BrandonGrotesque-Black" size:34]}];