https://github.com/YouXianMing
上一页 1 ··· 31 32 33 34 35 36 37 38 39 ··· 85 下一页
摘要: 用适配器模式处理复杂的UITableView中cell的业务逻辑适配器是用来隔离数据源对cell布局影响而使用的,cell只接受适配器的数据,而不会与外部数据源进行交互.源码:ModelCell.h 与ModelCell.m//// ModelCell.h// Adapter//// Crea... 阅读全文
posted @ 2015-02-10 22:36 YouXianMing 阅读(942) 评论(0) 推荐(1) 编辑
摘要: FBNetworkReachabilityYou can use FBNetworkReachabilty class to get network reachability on iOS device.你可以用FBNetworkReachabilty来获悉网络链接是否可用。Usage(1) Get... 阅读全文
posted @ 2015-02-10 21:15 YouXianMing 阅读(462) 评论(0) 推荐(0) 编辑
摘要: VENCalculatorInputViewhttps://github.com/venmo/VENCalculatorInputViewVENCalculatorInputView is the calculator keyboard that is used in theVenmoiOS app... 阅读全文
posted @ 2015-02-09 22:35 YouXianMing 阅读(415) 评论(0) 推荐(0) 编辑
摘要: 将字典或者数组转换成JSON数据或者字符串源码:NSDictionary+JSON.h 与NSDictionary+JSON.m//// NSDictionary+JSON.h// Category//// Created by YouXianMing on 15-2-09.// Copyr... 阅读全文
posted @ 2015-02-09 22:14 YouXianMing 阅读(713) 评论(0) 推荐(1) 编辑
摘要: VICMAImageViewhttps://github.com/vitoziv/VICMAImageViewChange image view's content mode with your animation!修改 imageView 的contentMode属性就有动画效果!Installa... 阅读全文
posted @ 2015-02-08 22:16 YouXianMing 阅读(319) 评论(0) 推荐(0) 编辑
摘要: TransitionKithttps://github.com/blakewatters/TransitionKitA simple, elegantly designed block based API for implementing State Machines in Objective-C一... 阅读全文
posted @ 2015-02-08 20:54 YouXianMing 阅读(867) 评论(0) 推荐(0) 编辑
摘要: UIGlossyButtonhttps://github.com/waterlou/UIGlossyButtonFeaturecreate standard iPhone buttons without any image 创建出标准的iPhone按钮,不需要你添加任何的图片easy to embe... 阅读全文
posted @ 2015-02-07 22:47 YouXianMing 阅读(351) 评论(0) 推荐(0) 编辑
摘要: MMMaterialDesignSpinnerUsageTo run the example project, clone the repo, and runpod installfrom the Example directory first.首先,通过pod安装,然后运行项目。// Initia... 阅读全文
posted @ 2015-02-07 22:03 YouXianMing 阅读(548) 评论(0) 推荐(0) 编辑
摘要: AFSoundManageriOS audio playing (both local and streaming) and recording made easy through a complete and block-driven Objective-C class. AFSoundManag... 阅读全文
posted @ 2015-02-06 22:22 YouXianMing 阅读(1708) 评论(0) 推荐(0) 编辑
摘要: 实现UIView的无限旋转动画(非CALayer动画)效果:素材:源码://// ViewController.m// Animation//// Created by YouXianMing on 15/2/5.// Copyright (c) 2015年 YouXianMing. All... 阅读全文
posted @ 2015-02-05 22:51 YouXianMing 阅读(2420) 评论(0) 推荐(0) 编辑
上一页 1 ··· 31 32 33 34 35 36 37 38 39 ··· 85 下一页