iOS 设置button文字过长而显示省略号的解决办法

UIButton * button =[UIButton buttonWithType:UIButtonTypeCustom];

button.titleLabel.adjustsFontSizeToFitWidth = YES;

posted on 2016-10-20 16:06  奉灬孝  阅读(1563)  评论(0编辑  收藏  举报

导航