https://github.com/YouXianMing
上一页 1 ··· 65 66 67 68 69 70 71 72 73 ··· 85 下一页
摘要: 如何使用地图的注解功能实现了协议MKAnnotation的对象才能够被用地图上的注解对象,一般都是如下定义的.DisplayMap.h + DisplayMap.m//// DisplayMap.h// MoreMapInfo//// Copyright (c) 2014年 Y.X. All ... 阅读全文
posted @ 2014-05-26 10:30 YouXianMing 阅读(926) 评论(0) 推荐(0) 编辑
摘要: 使用AKLocationManager定位https://github.com/ideaismobile/AKLocationManager以下是使用情况:是不是很简单呢,我们可以将它的步骤进一步封装,让它更简单!源码如下:YXLocationManager.h + YXLocationManage... 阅读全文
posted @ 2014-05-26 09:48 YouXianMing 阅读(579) 评论(0) 推荐(0) 编辑
摘要: LocationCoder地图经纬度解析其实,在地图里面将地图解析成有意义的地址,或者把地址转换成有意义的经纬度都是很容易的事情,只是我将其封装了支持KVO,通知中心,block取结果,代理取结果而已.能通过组合的方式来封装对象扩展功能就绝对不会用继承的方式来扩展功能,只有当组合解决不了问题时才会使... 阅读全文
posted @ 2014-05-26 09:09 YouXianMing 阅读(751) 评论(0) 推荐(0) 编辑
摘要: VVeboImageViewhttps://github.com/johnil/VVeboImageViewA UIImageView to play gif with low memory.一个UIImageView,占用低内存来播放gif图片。 阅读全文
posted @ 2014-05-25 20:43 YouXianMing 阅读(372) 评论(0) 推荐(0) 编辑
摘要: JNWSpringAnimationhttps://github.com/jwilling/JNWSpringAnimationJNWSpringAnimationis a subclass ofCAKeyframeAnimationthat adds support for creating da... 阅读全文
posted @ 2014-05-24 17:05 YouXianMing 阅读(672) 评论(0) 推荐(0) 编辑
摘要: GMCPagingScrollViewhttps://github.com/GalacticMegacorp/GMCPagingScrollViewGMCPagingScrollView is a UIView containing a horizontally scrolling paging U... 阅读全文
posted @ 2014-05-23 09:32 YouXianMing 阅读(743) 评论(0) 推荐(0) 编辑
摘要: DBCamera轻量级定制摄像头https://github.com/danielebogo/DBCameraDBCamera is a simple custom camera with AVFoundation.DBCamera使用了AVFoundation框架并简单的定制了摄像头.Gettin... 阅读全文
posted @ 2014-05-23 08:47 YouXianMing 阅读(1013) 评论(0) 推荐(0) 编辑
摘要: 使用正则表达式寻找字符串中出现了几个[***]样式的字符串源码如下:- (NSUInteger)analyseRX:(NSString *)string withPatternString:(NSString *)patternString{ // \\[[^\\]]+\\] 用以匹... 阅读全文
posted @ 2014-05-22 09:11 YouXianMing 阅读(497) 评论(0) 推荐(0) 编辑
摘要: 文章转载自http://www.cocoachina.com/applenews/devnews/2014/0521/8504.htmliOS文字排版(CoreText)那些事儿转自阿毛的蛋疼地第一次比较深入接触iOS文字排版相关内容是在12年底,实现某IM项目聊天内容的图文混排,照着nimbus的... 阅读全文
posted @ 2014-05-21 22:48 YouXianMing 阅读(792) 评论(0) 推荐(0) 编辑
摘要: 辉光的UIView辉光UIView使用了一个UIView的一个category,名为UIView+Glow,请自行到github上查找.源码如下://// RootViewController.m// GlowView//// Copyright (c) 2014年 Y.X. All righ... 阅读全文
posted @ 2014-05-21 09:09 YouXianMing 阅读(389) 评论(1) 推荐(0) 编辑
上一页 1 ··· 65 66 67 68 69 70 71 72 73 ··· 85 下一页