ios7 button settitle setimage 变蓝色
时间:2014-09-23 18:43:26
收藏:0
阅读:337
button 调用设置图片和标题在iOS7下会变蓝色,修正办法UIButton* button = [UIButton buttonWithType:UIButtonTypeCustom];将UIButtonTypesystem换成UIButtonTypeCustom
原文:http://blog.csdn.net/sunyuanyang625/article/details/39501569
评论(0)