I had added an UILabel to a UITableviewCell. UILabel's height is same to UITableViewCell.UILabel has property text "629340.0 元" and has property numberOfLine is 1.
The Problem is Number "629340.0" and Chinese character "元" can't keep align center. Number is higher than Chinese char. The Font is "STHeitiSC-Light".
I wouldn't like to use two UILabel to solve the problem. It's inelegant.
I want to solve this problem in an UILabel. Do you have any good idea?