https://github.com/YouXianMing

11 2014 档案

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

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