when i make a detailTextLabel i just want to let it right in the label but it always down the textLabel how i change it just like the UITableViewCellStyleValue1 demo ?
Asked
Active
Viewed 737 times
-1
-
1Not clear at all? Can you try to reframe your question to make it understandable? – rishi May 22 '12 at 04:59
1 Answers
0
You have to set the cell property of your detail text label right alignment like below
cell.detailTextLabel.textAlignment = UITextAlignmentRight

Hiren
- 12,720
- 7
- 52
- 72