摘要: @interface UIView (RectCorner)@end@implementation UIView (RectCorner)- (void)setCornerOnTop { UIBezierPath *maskPath; maskPath = [UIBezierPath b... 阅读全文
posted @ 2014-03-25 09:42 沙影无痕 阅读(129) 评论(0) 推荐(0) 编辑
摘要: 获取中文字符串的拼音- (NSString *)phonetic { NSMutableString *source = [self mutableCopy]; CFStringTransform((CFMutableStringRef)source, NULL, kCFStringTr... 阅读全文
posted @ 2014-03-25 09:24 沙影无痕 阅读(257) 评论(0) 推荐(0) 编辑