iOS 按钮上的文字添加下划线的方法
2016-07-29
35
问题:实现下图中右侧的按钮文字效果方法:[MyTools createMyImageview:topEditView frame:CGRectMake(widthAll-90, 12, 17, 16) imageName:@"离线课程_下载更多.png"];UIButton *downMoreButton = [MyTools createMyBtn:@"下载更多" frame:CGRectMake(widthAll-70, 10, 60, 20) uiv...