How to Change Font Size of Cell in uitableview August 3, 2023 by Tarik UIFont *myFont = [ UIFont fontWithName: @"Arial" size: 18.0 ]; cell.textLabel.font = myFont; UIFont reference