摘要:
使用setNeedDisplay来调用。 阅读全文
摘要:
使用hasSuffix属性即可例如[photo.thumbnail_pic.lowercaseString hasSuffix:@"gif"] 阅读全文
摘要:
转换大小写:lowercaseString(小写) uppercaseString(大写) 阅读全文
摘要:
UIImageView *image = [[UIImageView alloc] init]; image.clipsToBounds = YES; 阅读全文