https://github.com/YouXianMing
摘要: RBBAnimationRBBAnimationis a subclass ofCAKeyframeAnimationthat allows you to declare youranimations using blocksinstead of writing out all the individual key-frames.This gives you greater flexibility when specifying your animations while keeping your code concise.It comes out of the box with arepla 阅读全文
posted @ 2014-04-06 07:23 YouXianMing 阅读(892) 评论(0) 推荐(0) 编辑
摘要: AnimatedPath动画路径感谢原作者分享精神,有空补上使用教程https://github.com/twotoasters/AnimatedPathAnimatedPath explores using theCAMediaTimingprotocol to interactively control the drawing of a path.AnimatedPath 尝试使用 CAMediaTiming 协议来控制绘制一条路径。Basic usage基本使用方法Step 1: Draw a Path第一步:绘制一条路径Tap around the screen to add poin 阅读全文
posted @ 2014-04-06 06:50 YouXianMing 阅读(799) 评论(0) 推荐(0) 编辑
摘要: 大名鼎鼎的开源网络库AFNetworking 2.0,目前只是翻译了Github上的链接文章,使用教程请点击http://www.cnblogs.com/YouXianMing/p/3651462.htmlhttps://github.com/AFNetworking/AFNetworkingAFNetworking is a delightful networking library for iOS and Mac OS X. It's built on top of theFoundation URL Loading System, extending the powerful h 阅读全文
posted @ 2014-04-05 09:00 YouXianMing 阅读(2298) 评论(0) 推荐(1) 编辑
摘要: GCDObjChttps://github.com/mjmsmith/gcdobjcGCDObjC is an Objective-C wrapper for the most commonly used features of Grand Central Dispatch. It has four... 阅读全文
posted @ 2014-04-04 21:55 YouXianMing 阅读(1141) 评论(2) 推荐(0) 编辑
摘要: ValueTrackingSliderWhat is it?A UISlider Subclass that displays live values in a popUpView. It’s inspired by the implementation foundhere. This versio... 阅读全文
posted @ 2014-04-04 20:12 YouXianMing 阅读(648) 评论(0) 推荐(0) 编辑
摘要: SWTableViewCellAn easy-to-use UITableViewCell subclass that implements a swippable content view which exposes utility buttons (similar to iOS 7 Mail Application)一个非常易用的UITableViewCell 的子类,实现了左右滑动显示信息视图,提供很多实用的按钮(与iOS7的邮件应用相似)FunctionalityRight Utility ButtonsUtility buttons that become visible on th 阅读全文
posted @ 2014-04-03 21:19 YouXianMing 阅读(1330) 评论(0) 推荐(0) 编辑
摘要: NSPropertyListSerializationThe NSPropertyListSerialization class provides methods that convert property list objects to and from several serialized formats. Property list objects include NSData, NSString, NSArray, NSDictionary, NSDate, and NSNumber objects. These objects are toll-free bridged with t 阅读全文
posted @ 2014-04-03 10:01 YouXianMing 阅读(4376) 评论(1) 推荐(0) 编辑
摘要: AsyncImageViewhttps://github.com/nicklockwood/AsyncImageViewAsyncImageView is a simple extension of UIImageView for loading and displaying images asynchronously on iOS so that they do not lock up the UI.AsyncImageView是关于UIImageView的扩展,用来异步加载和显示图片防止阻塞UI。Purpose(目的)AsyncImageView includes both a simpl 阅读全文
posted @ 2014-04-02 21:47 YouXianMing 阅读(881) 评论(0) 推荐(0) 编辑
摘要: 本人视频教程系列从字典映射到一个对象,这是KVC中的一个方法所提供的,这个方法就是 setValuesForKeysWithDictionary: ,非常好用,不需要你来一一的给对象赋值而直接从字典初始化即可,但用的不好会经常崩溃,本教程就来讨论这些使用的细节.首先,先初始化一个字典,如下所示:--... 阅读全文
posted @ 2014-04-02 20:33 YouXianMing 阅读(8386) 评论(2) 推荐(1) 编辑
摘要: Working with NSURLSession: AFNetworking 2.0简单翻译,有很多错误,看官无法理解处请英文原文对照.http://code.tutsplus.com/tutorials/working-with-nsurlsession-afnetworking-20--mobile-22651by Bart Jacobs3 Feb 2014In the previous installments of this series, we've taken a close look at the NSURLSession API introduced in iOS 7 阅读全文
posted @ 2014-04-01 21:14 YouXianMing 阅读(1098) 评论(0) 推荐(0) 编辑