微信登陆,bug修改
This commit is contained in:
@@ -37,8 +37,12 @@
|
||||
attch.image = [UIImage imageNamed:@"explore_iocn_authentication"];
|
||||
attch.bounds = CGRectMake(0,0, 12, 10);
|
||||
}
|
||||
NSAttributedString *str=[NSAttributedString attributedStringWithAttachment:attch];
|
||||
[attri appendAttributedString:str];
|
||||
if (attch.image)
|
||||
{
|
||||
NSAttributedString *str=[NSAttributedString attributedStringWithAttachment:attch];
|
||||
[attri appendAttributedString:str];
|
||||
}
|
||||
|
||||
self.tanSuoTitle.attributedText = attri;
|
||||
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user