摘要: 计算string串的像素长度:1 CGSize polLabelSize = [polName sizeWithFont:[UIFont boldSystemFontOfSize:16] constrainedToSize:CGSizeMake(MAXFLOAT, MAXFLOAT)];2 CGSize podLabelSize = [podName sizeWithFont:[UIFont boldSystemFontOfSize:16] constrainedToSize:CGSizeMake(MAXFLOAT, MAXFLOAT)];3 float polLabelWidth = (po 阅读全文
posted @ 2012-02-17 09:57 woainilsr 阅读(311) 评论(0) 推荐(0)