11 2015 档案
摘要:POPSpring动画参数详解效果源码https://github.com/YouXianMing/Animations//// POPSpringParameterController.m// Animations//// Created by YouXianMing on 15/11/29...
阅读全文
摘要:UITableViewCell状态切换效果效果图源码https://github.com/YouXianMing/Animations//// TableViewTapAnimationController.m// Animations//// Created by YouXianMing o...
阅读全文
摘要:UIScrollView视差模糊效果效果源码https://github.com/YouXianMing/Animations//// ScrollBlurImageViewController.m// Animations//// Created by YouXianMing on 15/1...
阅读全文
摘要:UIScrollView视差效果动画效果源码https://github.com/YouXianMing/Animations//// ScrollImageViewController.m// Animations//// Created by YouXianMing on 15/11/24...
阅读全文
摘要:Easing圆环动画效果源码https://github.com/YouXianMing/Animations//// CircleView.h// YXMWeather//// Created by XianMingYou on 15/11/12.// Copyright (c) 2015...
阅读全文
摘要:图片碎片化mask动画效果源码https://github.com/YouXianMing/Animations//// TransformFadeViewController.m// Animations//// Created by YouXianMing on 15/11/17.// ...
阅读全文
摘要:POP数值动画效果源码https://github.com/YouXianMing/Animations//// PopNumberController.m// Animations//// Created by YouXianMing on 15/11/18.// Copyright © ...
阅读全文
摘要:CAShapeLayer的path动画效果源码https://github.com/YouXianMing/Animations//// CAShapeLayerPathController.m// Animations//// Created by YouXianMing on 15/11/...
阅读全文
摘要:POP的Stroke动画效果源码https://github.com/YouXianMing/Animations//// PopStrokeController.m// Animations//// Created by YouXianMing on 15/11/17.// Copyrig...
阅读全文
摘要:POP按钮动画效果源码https://github.com/YouXianMing/Animations//// ButtonPressViewController.m// Facebook-POP-Animation//// Created by YouXianMing on 15/11/1...
阅读全文
摘要:OC实用转换model的工具 说明 这是本人写的一个专门用来将json数据直接转换生成Model文件的工具,目的是为了让你从写Model文件的繁琐过程中解脱出来,提升效率以及减少出错的几率,工具的特点如下: 1. 用组合设计模式处理树形数据结构(非线性数据结构) 2. 在调试台中处理生成Model文
阅读全文
摘要:mac 程序 Access-JSON-Data说明直接将JSON数据生成文件,便于调试。效果图源码https://github.com/YouXianMing/Create-JSON-Model分析
阅读全文
摘要:第一个 mac 程序 Create-JSON-Model效果图数据{"ID":null,"name":"Doe","first-name":"John","age":25,"hobbies":["reading","cinema",{"sports":["volley-ball","badminto...
阅读全文
摘要:CATransform3D的m34使用效果图源码//// ViewController.m// StarWars//// Created by YouXianMing on 15/11/3.// Copyright © 2015年 YouXianMing. All rights reserv...
阅读全文
摘要:超级好用的解析JSON数据的网站网址http://json.parser.online.fr/beta/效果图测试数据{"city":{"id":1816670,"name":"Beijing","coord":{"lon":116.397232,"lat":39.907501},"country"...
阅读全文