08 2016 档案
摘要:Swift - 计算文本高度 效果 源码
阅读全文
摘要:Swift - 从字典(或者Alamofire)直接创建Model文件的工具 效果 1. 常规生成model的方式 2. 通过debug创建model的方式 特性 1. 可以处理JSON格式的字典数据 2. 可以处理本地的json数据 3. 可以处理Alamofire生成的json格式返回数据 4.
阅读全文
摘要:Swift - 添加纯净的Alamofire 如果你有代码洁癖,不能容忍任何多余的东西,请继续往下看. 1. 下载Alamofire (https://github.com/Alamofire/Alamofire) 2. 解压缩并打开 Alamofire.xcworkspace 3. 删除不必要的内
阅读全文
摘要:Swift - 用CATransform3DMakeRotation实现翻页效果 效果 源码 https://github.com/YouXianMing/Swift-Animations
阅读全文
摘要:Swift - 通过叠加UILabel来实现混合的进度条 效果 源码 https://github.com/YouXianMing/Swift-Animations
阅读全文
摘要:Swift - 多个mask的动画效果 效果 源码 https://github.com/YouXianMing/Swift-Animations
阅读全文
摘要:Swift - transform.m34动画示例 效果 源码 https://github.com/YouXianMing/Swift-Animations
阅读全文
摘要:Swift - 用UIScrollView实现视差动画效果 效果 源码 https://github.com/YouXianMing/Swift-Animations
阅读全文
摘要:Swift - CALayer的contents属性动画 效果 源码 https://github.com/YouXianMing/Swift-Animations
阅读全文
摘要:Swift - EasingAnimation绘制圆环动画 效果 源码 https://github.com/YouXianMing/Swift-Animations
阅读全文
摘要:Swift - RotateView 效果 源码 https://github.com/YouXianMing/Swift-Animations
阅读全文
摘要:Swift - 绘制背景线条 效果 源码 使用
阅读全文
摘要:用代码获取APP启动页图片 源码 - swift 源码 - Objective-C
阅读全文
摘要:Swift - UITableView展开缩放动画 效果 源码 https://github.com/YouXianMing/Swift-Animations
阅读全文
摘要:Swift - UITableView状态切换效果 效果 源码 https://github.com/YouXianMing/Swift-Animations
阅读全文
摘要:支持辉光效果的Label 效果 源码 https://github.com/YouXianMing/UI-Component-Collection 中的 FBGlowLabel
阅读全文
摘要:用drawRect以及CAReplicatorLayer绘制动态水波纹 大大简化了写水波纹效果的难度,你可以根据示例自己组装水波纹效果,本设计是几个工具组合在一起完成的效果, DrawRectObject 以及 ReplicatorLineAnimationView 均可以独立完成更复杂的功能. 说
阅读全文