我正在尝试使用以下代码将 textLabel 在我的 UITableViewCell 中居中:
cell.textLabel.textAlignment = NSTextAlignmentCenter;
然而,什么都没有改变,标签仍然在左侧。有谁知道为什么?
我正在尝试使用以下代码将 textLabel 在我的 UITableViewCell 中居中:
cell.textLabel.textAlignment = NSTextAlignmentCenter;
然而,什么都没有改变,标签仍然在左侧。有谁知道为什么?