chenlinlin

Results 1 comments of chenlinlin

The frame of the label is not int after you call sizeToFit method, you can reset the size with an integer. like this code label.frame = CGRectMake(x, y, (int)width, (int)height);