Center Align text in UITableViewCell problem

后端 未结 9 1273
梦如初夏
梦如初夏 2020-12-05 04:02

I\'m kinda new to Objective-C and iPhone development and I\'ve come across a problem when trying to center the text in a table cell. I\'ve searched google but the solutions

9条回答
  •  日久生厌
    2020-12-05 04:36

    Don't know if it helps your specific problem, however UITextAlignmentCenter does work if you use initWithStyle:UITableViewCellStyleDefault

提交回复
热议问题