https://github.com/YouXianMing

01 2015 档案

摘要:UIImageView的animationImages动画UIImageView的animationImages,只有在做非常规动画的时候才有优势,比方说下图中左侧动画.如果用来做下图中的右侧动画,就是非常low的表现了.效果(这是从凤凰新闻的ipa包中获取到的图片包数据)://// ViewCo... 阅读全文
posted @ 2015-01-31 23:04 YouXianMing 阅读(2728) 评论(0) 推荐(0) 编辑
摘要:教你如何获取ipa包中的开发文件1. 从iTunes获取到ipa包2. 修改ipa包然后获取里面的开发文件 阅读全文
posted @ 2015-01-31 21:46 YouXianMing 阅读(2015) 评论(0) 推荐(0) 编辑
摘要:ZFDragableModalTransitionUsage- (void)prepareForSegue:(UIStoryboardSegue *)segue sender:(id)sender{ TaskDetailViewController *detailViewController ... 阅读全文
posted @ 2015-01-31 21:27 YouXianMing 阅读(758) 评论(0) 推荐(0) 编辑
摘要:JTBorderDotAnimationhttps://github.com/jonathantribouharet/JTBorderDotAnimationJTBorderDotAnimation is a simple animation for have dots turning around... 阅读全文
posted @ 2015-01-30 21:00 YouXianMing 阅读(270) 评论(0) 推荐(0) 编辑
摘要:AFDropdownNotificationDropdown notification view for iOS.下拉通知的view,用于iOS.Installation - 安装If you're using CocoaPods, just add this line to your Podfil... 阅读全文
posted @ 2015-01-29 21:48 YouXianMing 阅读(398) 评论(0) 推荐(0) 编辑
摘要:如何递归执行view的动画效果:山寨的源头:图片素材:源码://// ViewController.m// RepeatAnimationView//// Created by YouXianMing on 15/1/30.// Copyright (c) 2015年 YouXianMing... 阅读全文
posted @ 2015-01-29 21:19 YouXianMing 阅读(586) 评论(0) 推荐(0) 编辑
摘要:UCZProgressViewUCZProgressView is a circular progress indicator with cool animations for image loading.UCZProgressView是一个圆形进度条指示器,包含了非常酷炫的动画效果.This pr... 阅读全文
posted @ 2015-01-28 21:56 YouXianMing 阅读(784) 评论(0) 推荐(0) 编辑
摘要:让图片左右缓慢移动的MoveView效果:源码:MoveView.h 与MoveView.m//// MoveView.h// AnimationView//// Created by XianMingYou on 15/1/28.// Copyright (c) 2015年 XianMin... 阅读全文
posted @ 2015-01-28 20:56 YouXianMing 阅读(1312) 评论(0) 推荐(0) 编辑
摘要:PTEHorizontalTableViewHorizontal UITableView inspired byEasyTableView.水平滚动的UITableView,灵感来自于EasyTableView.Features - 特点PTEHorizontalTableView wraps aU... 阅读全文
posted @ 2015-01-27 22:35 YouXianMing 阅读(397) 评论(0) 推荐(0) 编辑
摘要:教你使用Paw解析http请求软件下载地址:链接: http://pan.baidu.com/s/1gdzmjq7 密码: 3mpb这款应用的图片像极了百度,哈哈.支持的请求方式:完整的显示窗口:GET请求的使用:POST请求使用:根据请求生成AFN或者是系统的网络请求的方法: 阅读全文
posted @ 2015-01-27 21:29 YouXianMing 阅读(2564) 评论(0) 推荐(0) 编辑
摘要:WPAttributedMarkuphttps://github.com/nigelgrange/WPAttributedMarkupWPAttributedMarkup is a simple utility category that can be used to easily create a... 阅读全文
posted @ 2015-01-26 22:30 YouXianMing 阅读(833) 评论(0) 推荐(0) 编辑
摘要:山寨凤凰新闻菜单效果效果图:山寨来源:LiveScaleLabel.h 与 LiveScaleLabel.m//// LiveScaleLabel.h// ShowLabel//// Created by XianMingYou on 15/1/26.// Copyright (c) 201... 阅读全文
posted @ 2015-01-26 22:01 YouXianMing 阅读(481) 评论(0) 推荐(0) 编辑
摘要:如何对iPhone进行屏幕录像录制时候的效果:1. 打开QuickTime Player2. 在文件中新建影片录制3. 然后酱紫录制 阅读全文
posted @ 2015-01-25 21:13 YouXianMing 阅读(687) 评论(0) 推荐(0) 编辑
摘要:UIWindow的windowLevel详解 阅读全文
posted @ 2015-01-25 20:38 YouXianMing 阅读(329) 评论(0) 推荐(0) 编辑
摘要:ASFTableViewA customizable Web like multi column table view for iOS with header and inner rows.一个类似于网络表格样式的tableView,cell中内置了不同的列.USAGE(使用):#import "A... 阅读全文
posted @ 2015-01-25 20:08 YouXianMing 阅读(643) 评论(0) 推荐(0) 编辑
摘要:ZLHistogramAudioPlotA hardware-accelerated audio visualization view using EZAudio, inspired byAudioCopy. ZLHistogramAudioPlot was originally developed... 阅读全文
posted @ 2015-01-24 22:39 YouXianMing 阅读(525) 评论(0) 推荐(0) 编辑
摘要:GoogleMaterialDesignIconsGoogle Material Design Icons Font for iOSGMD图片样式的字体,用于iOS开发.It is based onhttps://github.com/google/material-design-icons.这是基... 阅读全文
posted @ 2015-01-23 22:38 YouXianMing 阅读(954) 评论(0) 推荐(0) 编辑
摘要:InstagramPhotoPickerPresent Image Picker like Instagram.展示图片选择器,像Instagram这款应用一样.Installation - 安装WithCocoaPods, add this line to your Podfile.使用Cocoa... 阅读全文
posted @ 2015-01-23 22:36 YouXianMing 阅读(425) 评论(0) 推荐(0) 编辑
摘要:UIButton的resizableImageWithCapInsets使用解析效果:使用的源文件:源码://// ViewController.m// SpecialButton//// Created by XianMingYou on 15/1/21.// Copyright (c) ... 阅读全文
posted @ 2015-01-22 22:40 YouXianMing 阅读(899) 评论(0) 推荐(0) 编辑
摘要:RAReorderableLayoutA UICollectionView layout which you can move items with drag and drop.一种UICollectionView的布局,允许你进行移动和拖拽cell.Installation - 安装Simply ... 阅读全文
posted @ 2015-01-21 22:16 YouXianMing 阅读(393) 评论(0) 推荐(0) 编辑
摘要:ZLSwipeableViewA simple view for building card like interface likeTinderandPotluck. ZLSwipeableView was originally developed forMurmur.一个简单的view,效果类似于... 阅读全文
posted @ 2015-01-20 22:01 YouXianMing 阅读(1379) 评论(0) 推荐(0) 编辑
摘要:KVNProgressKVNProgress is a fully customizable progress HUD that can be full screen or not.KVNProgress是一个可以完全定制的HUD,你可以设置成全屏或者不全屏.Advantages - 特点Can b... 阅读全文
posted @ 2015-01-19 22:19 YouXianMing 阅读(1595) 评论(0) 推荐(0) 编辑
摘要:编写带有点击特效的UIButton效果:源码://// ViewController.m// Button//// Created by XianMingYou on 15/1/18.// Copyright (c) 2015年 XianMingYou. All rights reserve... 阅读全文
posted @ 2015-01-18 20:33 YouXianMing 阅读(849) 评论(0) 推荐(0) 编辑
摘要:用Easing函数实现碰撞效果工程中需要的源码请从这里下载:https://github.com/YouXianMing/EasingAnimation源码://// ViewController.m// EasingView//// Created by YouXianMing on 15/... 阅读全文
posted @ 2015-01-17 21:30 YouXianMing 阅读(414) 评论(0) 推荐(0) 编辑
摘要:EasingAnimationhttps://github.com/YouXianMing/EasingAnimationThis class is used for Easing animation.Easy to understandYou can use it to build your ow... 阅读全文
posted @ 2015-01-16 21:51 YouXianMing 阅读(250) 评论(0) 推荐(0) 编辑
摘要:什么时候会执行viewDidLoad方法这个博文是为了解释,为何有时候,你给属性赋值,在viewDidLoad方法中却取不到值的原因。第一种情况,presentViewController会执行被present的控制器的viewDidLoad方法:第二种情况,即使不执行推出或者present操作,也... 阅读全文
posted @ 2015-01-15 22:40 YouXianMing 阅读(1022) 评论(0) 推荐(0) 编辑
摘要:UIButton的两种block传值方式方式1 - 作为属性来传值BlockView.h 与BlockView.m//// BlockView.h// Block//// Created by YouXianMing on 15/1/14.// Copyright (c) 2015年 You... 阅读全文
posted @ 2015-01-14 22:27 YouXianMing 阅读(824) 评论(0) 推荐(0) 编辑
摘要:同时对view延时执行两个动画时候的现象对于view延时执行了两个动画后,会将第一个动画效果终止了,直接在第一个动画的view的最后的状态上接执行后续的动画效果,也就是说,我们可以利用这个特性来写分段动画效果,比如,可以定时2秒,2秒的状态值为100%,中途可以停止,达不到2秒的效果就触发不了最终效... 阅读全文
posted @ 2015-01-13 21:42 YouXianMing 阅读(1534) 评论(0) 推荐(0) 编辑
摘要:WZFlashButtonThis is a custom button with flash-like effect. Inspired byRipple Effect.这是一个自定义的按钮,有着闪烁效果,灵感来自于Ripple Effect。DemoBuild the project and r... 阅读全文
posted @ 2015-01-12 22:41 YouXianMing 阅读(313) 评论(0) 推荐(0) 编辑
摘要:HTKDynamicResizingCellhttps://github.com/henrytkirk/HTKDynamicResizingCellSubclassed UITableView/UICollectionView cells that will auto calculate their... 阅读全文
posted @ 2015-01-11 22:18 YouXianMing 阅读(296) 评论(0) 推荐(0) 编辑
摘要:用Model来计算cell的高度效果:将计算cell高度的方法直接移植到Model当中,初始化的瞬间就计算好了高度,非常好用!源码:Model//// Model.h//// Copyright (c) 2014年 Y.X. All rights reserved.//#import #impo... 阅读全文
posted @ 2015-01-10 08:15 YouXianMing 阅读(1831) 评论(0) 推荐(2) 编辑
摘要: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 阅读(446) 评论(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 阅读(945) 评论(0) 推荐(0) 编辑
摘要:LTInfiniteScrollView效果:Usage - 使用Create the scroll view by:通过以下方式来创建出scroll viewself.scrollView = [[LTInfiniteScrollView alloc]initWithFrame:CGRectMak... 阅读全文
posted @ 2015-01-07 21:51 YouXianMing 阅读(514) 评论(0) 推荐(0) 编辑
摘要:设计模式 - 适配器适配器也叫接口适配,其目的是为了减少不同类型数据之间的耦合度而进行的数据转换,有利于减少冗余代码。源码如下:ModelCell.h 与ModelCell.m//// ModelCell.h// Adapter//// Created by YouXianMing on 15... 阅读全文
posted @ 2015-01-06 22:53 YouXianMing 阅读(345) 评论(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 阅读(409) 评论(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 阅读(382) 评论(0) 推荐(0) 编辑
摘要:将Model对象转换成json文本或者json二进制文件https://github.com/casatwy/AnyJson注意:经过测试,不能够直接处理字典或者数组主要源码的注释AJTransformer.h 与 AJTransformer.m//// AJTransformer.h// An... 阅读全文
posted @ 2015-01-04 21:03 YouXianMing 阅读(1586) 评论(0) 推荐(0) 编辑
摘要:精美UI界面欣赏[1] 阅读全文
posted @ 2015-01-04 20:41 YouXianMing 阅读(390) 评论(0) 推荐(0) 编辑
摘要:设计模式 - 备忘录备忘录模式很简单,就是存储对象,然后支持恢复对象到之前的某个状态,玩过游戏的,一定懂得存档一说,备忘录就是对对象的存档与管理。效果:这个需要配合FastCoder使用,请自行到Github上去搜索源码FastCoder源码^_^!源码:Model.h 与Model.m//// ... 阅读全文
posted @ 2015-01-03 22:24 YouXianMing 阅读(359) 评论(1) 推荐(1) 编辑
摘要:超简易复制Model对象(为后续备忘录设计模式博文做铺垫)复制整个Model需要实现NSCopy协议,可以想象是非常麻烦的一件事情,今天我跟大家分享一个不需要你做任何操作的复制Model对象的方法,不过,首先你得先去下载开源代码FastCoder辅助才行。源码如下:NSObject+ObjectCo... 阅读全文
posted @ 2015-01-03 13:51 YouXianMing 阅读(474) 评论(0) 推荐(0) 编辑
摘要:用以替换系统NSLog的YouXianMingLog这是本人自己使用并改良的用以替换系统NSLog的类,非常好用,以下是使用示例,现在开源出来并提供源码,好用的话顶一下吧^_^效果:YouXianMingLog.h 与YouXianMingLog.m//// YouXianMingLog.h///... 阅读全文
posted @ 2015-01-03 10:01 YouXianMing 阅读(394) 评论(0) 推荐(0) 编辑
摘要:控制器属性传值的一些小问题这篇博文并没有什么技术含量,属于很基础的知识,但也容易在感官上产生错误的认识,今天记录于此。一个对象,无论是被转存到数组中,还是被多个控制器持有,如果这个对象没有发生值的拷贝(创建出新的对象),所有的对这个对象的持有者只持有了一个样本,修改了这个样本的值会影响到所有持有者。... 阅读全文
posted @ 2015-01-02 22:51 YouXianMing 阅读(344) 评论(0) 推荐(0) 编辑
摘要:Elastic Stack & scrollReveal.jsElastic Stackhttp://freebiesbug.com/code-stuff/elastistack-js-dragging-interaction/http://tympanus.net/Development/Elas... 阅读全文
posted @ 2015-01-02 20:48 YouXianMing 阅读(356) 评论(0) 推荐(0) 编辑
摘要:Article intro effectshttp://freebiesbug.com/code-stuff/article-intro-effects/ 阅读全文
posted @ 2015-01-01 22:40 YouXianMing 阅读(242) 评论(0) 推荐(0) 编辑
摘要:Pull menu interaction concept -下拉菜单交互http://freebiesbug.com/code-stuff/pull-menu-interaction-concept/效果图:源码:-html- Latest Movies ... 阅读全文
posted @ 2015-01-01 22:12 YouXianMing 阅读(396) 评论(0) 推荐(0) 编辑
摘要:AFNetworking2.0简易GET,POST请求封装以及使用AFNetworking不用我赘述其强大性,本人仅仅做了非常简易的封装,解决了有时候请求出错的问题,提供源码给大家。封装源码库下载地址:http://pan.baidu.com/s/1wDLIQ源码:Networking.h 与Net... 阅读全文
posted @ 2015-01-01 21:55 YouXianMing 阅读(1154) 评论(0) 推荐(1) 编辑
摘要:HTTP状态码介绍HTTP 400 – 请求无效HTTP 401.1 – 未授权:登录失败HTTP 401.2 – 未授权:服务器配置问题导致登录失败HTTP 401.3 – ACL 禁止访问资源HTTP 401.4 – 未授权:授权被筛选器拒绝HTTP 401.5 – 未授权:ISAPI 或 C... 阅读全文
posted @ 2015-01-01 21:35 YouXianMing 阅读(268) 评论(0) 推荐(0) 编辑
摘要:PJR Signature Viewhttps://github.com/paritsohraval100/PJRSignatureDemoIt is a UIView subclass by which you can draw signature and you can also get an ... 阅读全文
posted @ 2015-01-01 10:02 YouXianMing 阅读(463) 评论(0) 推荐(0) 编辑

点击右上角即可分享
微信分享提示