摘要: 图片加标签;标签可以编辑 https://github.com/shumingli/waterMark 1. 编辑效果;图片可以放到、缩小、旋转 2. 保存相册效果 阅读全文
posted @ 2016-05-26 16:56 爱拼 阅读(2319) 评论(0) 推荐(0) 编辑
摘要: /** 添加图片模糊效果 @parms 要添加模糊效果的view @return */ + (UIVisualEffectView *)addVisualEffectViewWithView:(UIView *)view{ UIVisualEffect *blurEffect = [UIBlurEf 阅读全文
posted @ 2016-05-26 14:56 爱拼 阅读(420) 评论(0) 推荐(0) 编辑
摘要: /** 强制旋转屏幕为纵向 (注:这种方式 键盘不能旋转过来; iOS8.x下 UIAlterView旋转不过来 ) @return */ + (void)rotateOrientationPortrait{ if ([[UIDevice currentDevice] respondsToSelec 阅读全文
posted @ 2016-05-26 14:54 爱拼 阅读(1527) 评论(0) 推荐(0) 编辑
摘要: /** 计算单行文字的size @parms 文本 @parms 字体 @return 字体的CGSize */ + (CGSize)sizeWithText:(NSString *)text withFont:(UIFont *)font{ CGSize size = [text sizeWith 阅读全文
posted @ 2016-05-26 14:53 爱拼 阅读(3231) 评论(0) 推荐(0) 编辑