From upgraded Xcode to version 3.2.3 with iPhone SDK 4, my code no longer works.
I have a default cell with a style UITableViewCellStyleSubtitleand you want to set textAlignmentfrom textLabeland detailTextLabelto center, but nothing happens. The same code that was used previously no longer works. The UITableViewCellStyleDefaultcenter alignment still works.
Does anyone know how to solve this? I do not want to use a custom cell just really.
user207616
source
share