11 2014 档案
摘要:基于NSString处理文件的高级类我已经把处理文件的类简化到了变态的程度,如果你还有更简洁的方法,请告知我,谢谢!使用详情:源码://// NSString+File.h// MasterCode//// Created by YouXianMing on 14/11/28.// Copy...
阅读全文
摘要:M13BadgeViewM13BadgeView is a customizable badge view for iOS applications. The badge is built to be customizeable in every way possible, If not custo...
阅读全文
摘要:山寨今日头条的标题title效果效果:源码://// ViewController.m// 今日头条//// Created by YouXianMing on 14/11/26.// Copyright (c) 2014年 YouXianMing. All rights reserved....
阅读全文
摘要:UITableVIew与UICollectionView带动画删除cell时崩溃的处理-会崩溃的原因是因为没有处理好数据源与cell之间的协调关系-效果:tableView的源码:ModelCell.h +ModelCell.m//// ModelCell.h// Set//// Create...
阅读全文
摘要:AAPullToRefresh效果:Requirement - 需要的环境ARC.iOS 6 or higher(tested on iOS 6, 7 and 8).Install - 安装CocoaPods CocoaPods方式安装Addpod 'AAPullToRefresh'to your ...
阅读全文
摘要:DKTagCloudView效果(支持点击view触发事件):OverviewDKTagCloudView is a tag clouds view on iOS. It can generate a random and not intersects coordinates.DKTagCloudV...
阅读全文
摘要:详细讲解WaterRefreshLoadMoreView的使用效果图:加载控件的源码在如下网址中:上拉加载下拉刷新控件WaterRefreshLoadMoreView使用的源码://// ViewController.m// NewRefresh//// Created by YouXianM...
阅读全文
摘要:上拉加载下拉刷新控件WaterRefreshLoadMoreView效果:源码://// SRSlimeView// @author SR// Modified by JunHan on 13-9-18.//#import #define kStartTo 0.7f#define kE...
阅读全文
摘要:EAColourfulProgressView效果:EAColourfulProgressView is a custom progress view where the current filling colour is generated between two colours, based o...
阅读全文
摘要:CBStoreHouseRefreshControlWhat is it?Afully customizablepull-to-refresh control for iOS inspired byStorehouseiOS app这是一个完全可定制的下拉刷新控件,灵感来自于应用Storehouse...
阅读全文
摘要:用CALayer实现下载进度条效果:源码://// ViewController.m// ProgressView//// Created by YouXianMing on 14/11/18.// Copyright (c) 2014年 YouXianMing. All rights re...
阅读全文
摘要:CNPPopupControllerCNPPopupController is a simple and versatile class for presenting a custom popup in a variety of fashions. It includes a many option...
阅读全文
摘要:DES加密(支持ARC与MRC)源文件:YXCrypto.h 与YXCrypto.m//// YXCrypto.h// 用秘钥给字符串加密或者解密//// Created by YouXian on 14-11-16.// Copyright (c) 2014年 YouXian. All r...
阅读全文
摘要:实现UILabel渐变色效果效果如下图:源码://// CombinationView.h// ChangeColorLabel//// Created by YouXianMing on 14/11/15.// Copyright (c) 2014年 YouXianMing. All ri...
阅读全文
摘要:设计模式-原型模式效果:原型模式,其实就是完整的复制一个对象,以一个对象为样本,进行复制作业,然后再来使用.以下以复制一个UIView的操作来讲解原型模式的实现注:UIView对象是不能够复制的,我们需要完整的把UIView对象的参数都复制了后,就行了.http://stackoverflow.co...
阅读全文
摘要:计算一/二元一次方程的类(用于动画控制)源码://// YXMath.h//// http://home.cnblogs.com/u/YouXianMing///// Copyright (c) 2014年 Y.X. All rights reserved.//#import @interfa...
阅读全文
摘要:JTCalendarJTCalendar is a calendar control for iOS easily customizable.JTCalendar 是一个很容易定制的日历的控件。UsageBasic usage - 基本使用方法You have to create two views...
阅读全文
摘要:将jsonModel转化为文件这个类是我自己写着用的,用于将字典文件直接转换成Model的文件,省去你写无数Model中属性的代码:TransformDictionary.h 与TransformDictionary.m//// TransformDictionary.h// Dic//// ...
阅读全文
摘要:CALayer动画的暂停,恢复,以及结束时候的回调源码如下://// ViewController.m// AnimationLineView//// Created by YouXianMing on 14/11/7.// Copyright (c) 2014年 YouXianMing. ...
阅读全文
摘要:用标签页TitleSwitch切换不通的控制器教程效果:项目开发中效果:各种源码:TitleSwitch.h 与TitleSwitch.m (这个是修改过的升级版本)//// TitleSwitch.h// TitleSwitch//// Created by YouXianMing on 1...
阅读全文
摘要:设计可以多选的按钮ChooseManyButton效果:源码:ChooseManyButton.h 与ChooseManyButton.m//// ChooseManyButton.h// ChooseOnlyButton//// Created by YouXianMing on 14/11...
阅读全文
摘要:设计标签选择器TitleSwitch效果如下:源码如下:TitleSwitch.h 与TitleSwitch.m//// TitleSwitch.h// TitleSwitch//// Created by YouXianMing on 14/11/4.// Copyright (c) 20...
阅读全文
摘要:设计多选一按钮ChooseOnlyButton效果:源码:ChooseOnlyButton.h 与ChooseOnlyButton.m//// ChooseOnlyButton.h// ChooseOnlyButton//// Created by YouXianMing on 14/11/4...
阅读全文
摘要:使用HVTableView动态展开tableView中的cell效果:源码:HVTableView.h 与 HVTableView.m//// HVTableView.h// HRVTableView//// Created by Hamidreza Vakilian on 25/11/201...
阅读全文
摘要:VBPieCharthttps://github.com/sakrist/VBPieChartPie Chart iOS control with different animations to present.http://www.developers-life.com/charts-contro...
阅读全文
摘要:ios-image-filtershttps://github.com/esilverberg/ios-image-filtersphotoshop-style filter interface for UIImage class on iOS to make instagram-style ima...
阅读全文
摘要:GiFHUDprogress hud for displaying only animated gif images. no labels (for now)状态指示器,仅仅用来显示gif图片,不能添加label(目前为止)Demo - 示例Usage - 使用Copy & paste the Gi...
阅读全文