https://github.com/YouXianMing
上一页 1 ··· 50 51 52 53 54 55 56 57 58 ··· 85 下一页
摘要: 用CHTCollectionViewWaterfallLayout写瀑布流实现的瀑布流效果图:源码:WaterfallCell.h 与WaterfallCell.m//// WaterfallCell.h// UICollectionView//// Created by YouXianMin... 阅读全文
posted @ 2014-09-17 17:28 YouXianMing 阅读(5008) 评论(0) 推荐(0) 编辑
摘要: CHTCollectionViewWaterfallLayouthttps://github.com/chiahsien/CHTCollectionViewWaterfallLayoutCHTCollectionViewWaterfallLayoutis a subclass ofUICollect... 阅读全文
posted @ 2014-09-17 14:30 YouXianMing 阅读(1088) 评论(0) 推荐(0) 编辑
摘要: MAThemeKithttps://github.com/mamaral/MAThemeKitMAThemeKit provides iOS developers the ability to create a coherent color theme throughout their entire... 阅读全文
posted @ 2014-09-17 09:53 YouXianMing 阅读(323) 评论(1) 推荐(0) 编辑
摘要: 使用YXHUD这是本人自己设计的一个类,但功能很不完善,先看看效果:源码:YXHUD.h 与YXHUD.m//// YXHUD.h// UILabel//// Created by YouXianMing on 14-9-16.// Copyright (c) 2014年 YouXianMi... 阅读全文
posted @ 2014-09-16 20:49 YouXianMing 阅读(295) 评论(0) 推荐(0) 编辑
摘要: UITextField使用的一些细节这篇博文是我自己使用UITextField的一些总结,并没有太多营养,并会持续更新。2014.9.15---------------------------------------------------------------------------------... 阅读全文
posted @ 2014-09-15 22:05 YouXianMing 阅读(408) 评论(0) 推荐(0) 编辑
摘要: 详解UILabel的adjustsFontSizeToFitWidth值UILabel有一个属性值,叫adjustsFontSizeToFitWidth,看着名字就知道,他是用来让文字自动适应UILabel宽度的。先看看显示效果:测试用源码://// RootViewController.m// ... 阅读全文
posted @ 2014-09-14 21:59 YouXianMing 阅读(14232) 评论(0) 推荐(0) 编辑
摘要: UIImageView-Lettershttps://github.com/bachonk/UIImageView-LettersAn easy, helpful UIImageView category that generates letter initials as a placeholder... 阅读全文
posted @ 2014-09-13 19:24 YouXianMing 阅读(361) 评论(0) 推荐(0) 编辑
摘要: 定制NSError效果:系统的NSError是可以自己定制的,以下提供代码来实现并表示如何使用:YXError.h 与YXError.m//// YXError.h// CustomYXError//// Copyright (c) 2014年 Y.X. All rights reserved... 阅读全文
posted @ 2014-09-13 16:50 YouXianMing 阅读(721) 评论(0) 推荐(0) 编辑
摘要: 使用截图工具FastStone Capture-谨以此教程献给某位上进的测试人员-FastStone Capture是本人用过的windows平台上最好用的截图工具,界面简洁,功能强大,还支持屏幕录像功能,要说唯一缺少的功能,那就只有不能将录像转换成gif图片了。1. 打开FastStone Cap... 阅读全文
posted @ 2014-09-12 21:48 YouXianMing 阅读(826) 评论(0) 推荐(0) 编辑
摘要: 设置导航栏标题的文字属性效果:源码:UINavigationController+TitleTextAttributes.h 与 UINavigationController+TitleTextAttributes.m//// UINavigationController+TitleTextAtt... 阅读全文
posted @ 2014-09-12 15:55 YouXianMing 阅读(1253) 评论(0) 推荐(0) 编辑
上一页 1 ··· 50 51 52 53 54 55 56 57 58 ··· 85 下一页