https://github.com/YouXianMing
上一页 1 ··· 22 23 24 25 26 27 28 29 30 ··· 85 下一页
摘要: 识别出脸部以及给脸部打马赛克原始图片 & 打马后的图片说明1. 通过CIDetector来识别出脸部获取相关数据2. 将CoreImage坐标转换为UIKit坐标3. 将脸部区域进行截图4. 将截图进行打马处理(各位喜闻乐见^_^)核心源码https://github.com/YouXianMing... 阅读全文
posted @ 2015-06-01 21:40 YouXianMing 阅读(1580) 评论(0) 推荐(0)
摘要: 使用Charles进行网络请求抓包解析0. 懒人的福音(⌐■_■)(破解版下载地址,记得安装java库支持)http://pan.baidu.com/s/1c08ksMW1. 查看电脑的ip地址2. 手机上的相关设置3. 这个时候开启了Charles 3.9.1,设置好手机时会出现以下提示4. 真抓... 阅读全文
posted @ 2015-06-01 20:25 YouXianMing 阅读(3003) 评论(0) 推荐(0)
摘要: JHChainableAnimations- (void)animationType_01 { /* * 缩放到0.8倍(执行spring动画效果的缩放)持续时间0.5s,完成了之后移动100的距离持续1s. * * || * | ... 阅读全文
posted @ 2015-05-28 21:59 YouXianMing 阅读(983) 评论(0) 推荐(0)
摘要: DZNSegmentedControlA drop-in replacement for UISegmentedControl for showing counts, to be used typically on a user profile.一个UISegmentedControl的子类,用以扩... 阅读全文
posted @ 2015-05-27 22:03 YouXianMing 阅读(539) 评论(0) 推荐(0)
摘要: GONMarkupParser的使用说明这是一个写得非常好的富文本工具类,便于你进行简易的封装。本人抛砖引玉,只进行了少量的简化使用封装。效果源码https://github.com/nicolasgoutaland/GONMarkupParser//// NSString+MarkupParse... 阅读全文
posted @ 2015-05-26 22:23 YouXianMing 阅读(483) 评论(0) 推荐(0)
摘要: 使用@selector模仿代理功能降低代码耦合度说明该模式的好处就是两个产生联系的对象间并没有具体的耦合代码,增删改查均很直观源码Model//// Model.h// SELMethod//// Created by YouXianMing on 15/5/22.// Copyright ... 阅读全文
posted @ 2015-05-22 22:24 YouXianMing 阅读(400) 评论(0) 推荐(0)
摘要: 编译并导入OpenSSL1. 首先,需要运行脚本生成OpenSSL库,参考https://github.com/x2on/OpenSSL-for-iPhone 示例2. 运行脚本生成静态库下一步我们会用到这两个文件夹中的内容3. 新建一个文件夹叫openssl ,然后将OpenSSL-for-iPh... 阅读全文
posted @ 2015-05-21 22:05 YouXianMing 阅读(1461) 评论(0) 推荐(0)
摘要: TLTagsControlhttps://github.com/ali312/TLTagsControl#tltagscontrolA nice and simple tags input control for iOS.You are able to easily setup different ... 阅读全文
posted @ 2015-05-20 20:17 YouXianMing 阅读(332) 评论(0) 推荐(0)
摘要: BookTextView 效果 说明 1. 支持富文本 2. 支持自定义view 3. 支持阅读百分比 源码 https://github.com/YouXianMing/UI-Component-Collection 阅读全文
posted @ 2015-05-18 20:48 YouXianMing 阅读(420) 评论(0) 推荐(0)
摘要: AngleGradientView 效果 说明 1. 用源码产生带环形渐变色的view 2. 可以配合maskView一起使用 (上图中的右下角图片的效果) 源码 https://github.com/YouXianMing/UI-Component-Collection https://githu 阅读全文
posted @ 2015-05-17 22:20 YouXianMing 阅读(687) 评论(0) 推荐(0)
上一页 1 ··· 22 23 24 25 26 27 28 29 30 ··· 85 下一页