I am using this code for UILabel marquee. But i am not able to change the height of the label. I am using label font size as 60. Label text go out of bounds from its base side. Even after debugging for long time i am not able to find out the reason why me text is getting cut at the bottom.Any help is appreciated.
Share
Try using
[string sizeWithFont:]. Code below works fine for me.