https://github.com/YouXianMing
上一页 1 ··· 36 37 38 39 40 41 42 43 44 ··· 85 下一页
摘要: FSLineChartA line chart library for iOS.一个iOS的线状图控件。Installing FSLineChart - 安装Add the contents of the FSLineChart project to your directory or simply... 阅读全文
posted @ 2015-01-09 23:43 YouXianMing 阅读(445) 评论(0) 推荐(0) 编辑
摘要: DXPopoverA Popover mimic Facebook app popover using UIKit.使用UIKit框架写了一个类似于Facebook的pop效果的动画。The concept of this popover is very simple: add your conte... 阅读全文
posted @ 2015-01-08 23:19 YouXianMing 阅读(943) 评论(0) 推荐(0) 编辑
摘要: LTInfiniteScrollView效果:Usage - 使用Create the scroll view by:通过以下方式来创建出scroll viewself.scrollView = [[LTInfiniteScrollView alloc]initWithFrame:CGRectMak... 阅读全文
posted @ 2015-01-07 21:51 YouXianMing 阅读(513) 评论(0) 推荐(0) 编辑
摘要: 设计模式 - 适配器适配器也叫接口适配,其目的是为了减少不同类型数据之间的耦合度而进行的数据转换,有利于减少冗余代码。源码如下:ModelCell.h 与ModelCell.m//// ModelCell.h// Adapter//// Created by YouXianMing on 15... 阅读全文
posted @ 2015-01-06 22:53 YouXianMing 阅读(343) 评论(0) 推荐(0) 编辑
摘要: LLSimpleCameraA simple customizable camera controlLLSimpleCamera is a library for creating a customized camera screens similar to snapchat's. You don'... 阅读全文
posted @ 2015-01-06 21:18 YouXianMing 阅读(408) 评论(0) 推荐(0) 编辑
摘要: VLDContextSheet效果:A clone of the Pinterest iOS app context menu.复制了Pinterest应用的菜单效果。Example Usage - 使用样例VLDContextSheetItem *item1 = [[VLDContextSheet... 阅读全文
posted @ 2015-01-05 22:30 YouXianMing 阅读(381) 评论(0) 推荐(0) 编辑
摘要: 将Model对象转换成json文本或者json二进制文件https://github.com/casatwy/AnyJson注意:经过测试,不能够直接处理字典或者数组主要源码的注释AJTransformer.h 与 AJTransformer.m//// AJTransformer.h// An... 阅读全文
posted @ 2015-01-04 21:03 YouXianMing 阅读(1581) 评论(0) 推荐(0) 编辑
摘要: 精美UI界面欣赏[1] 阅读全文
posted @ 2015-01-04 20:41 YouXianMing 阅读(389) 评论(0) 推荐(0) 编辑
摘要: 设计模式 - 备忘录备忘录模式很简单,就是存储对象,然后支持恢复对象到之前的某个状态,玩过游戏的,一定懂得存档一说,备忘录就是对对象的存档与管理。效果:这个需要配合FastCoder使用,请自行到Github上去搜索源码FastCoder源码^_^!源码:Model.h 与Model.m//// ... 阅读全文
posted @ 2015-01-03 22:24 YouXianMing 阅读(358) 评论(1) 推荐(1) 编辑
摘要: 超简易复制Model对象(为后续备忘录设计模式博文做铺垫)复制整个Model需要实现NSCopy协议,可以想象是非常麻烦的一件事情,今天我跟大家分享一个不需要你做任何操作的复制Model对象的方法,不过,首先你得先去下载开源代码FastCoder辅助才行。源码如下:NSObject+ObjectCo... 阅读全文
posted @ 2015-01-03 13:51 YouXianMing 阅读(471) 评论(0) 推荐(0) 编辑
上一页 1 ··· 36 37 38 39 40 41 42 43 44 ··· 85 下一页