make UILabel’s text bold March 11, 2023 by Tarik If you want to retain the system font and make it bold: [infoLabel setFont:[UIFont boldSystemFontOfSize:16]];