24处理微博@nick、#topic#_NSString与NSAttributeString

一、处理微博@nick、#topic#

@nick:
nick=WP智机网 
weibo.com/n/nick?from=feed&loc=at
例如:

#topic#:
topic=全员加速中
huati.weibo.com/k/全员加速中?from=501
例如:

二、NSString与NSAttributeString

NSString:
@林心如@Fork@88888 
(https://github.com/mattt/TTTAttributedLabel/)

NSAttributeString:
@林心如@Fork@88888{NSColor = "UIDeviceRGBColorSpace 0.309804 0.486275 0.682353 1";}
({}https://github.com/mattt/TTTAttributedLabel/{NSColor = "UIDeviceRGBColorSpace 0.309804 0.486275 0.682353 1";}){}

三、根据十六进制设置颜色
文件:UIColor+Hex.h

+ (UIColor *)colorWithHexString: (NSString *) stringToConvert;

你可能感兴趣的:(24处理微博@nick、#topic#_NSString与NSAttributeString)