How to right-justify UILabel text?
thanks
myLabel.textAlignment = UITextAlignmentRight;
iOS Developer Library is a good resource.