https://github.com/YouXianMing
上一页 1 ··· 48 49 50 51 52 53 54 55 56 ··· 85 下一页
摘要: 渐变显示渐变消失的BackgroundView效果如下:源码:BackgroundView.h 与BackgroundView.m//// BackgroundView.h// TestHUD//// Created by YouXianMing on 14-9-30.// Copyrigh... 阅读全文
posted @ 2014-10-03 07:57 YouXianMing 阅读(1168) 评论(0) 推荐(0) 编辑
摘要: 基于dispatch_after封装YXTimer本人根据dispatch_after封装了一个定时器,支持block以及代理的方式来激活定时器,适用于对精度要求低,耗时短的地方,高端大气上档次,低调奢华有内涵:)源码:YXTimer.h 与YXTimer.m//// YXTimer.h// Y... 阅读全文
posted @ 2014-10-02 10:45 YouXianMing 阅读(600) 评论(0) 推荐(1) 编辑
摘要: 对MBProgressHUD进行二次封装并精简使用https://github.com/jdg/MBProgressHUD几个效果图:以下源码是MBProgressHUD支持最新的iOS8的版本,没有任何的警告信息MBProgressHUD.h 与MBProgressHUD.m//// MBPro... 阅读全文
posted @ 2014-10-02 07:24 YouXianMing 阅读(5129) 评论(0) 推荐(1) 编辑
摘要: BTSimpleRippleButtonhttps://github.com/balram3429/btSimpleRippleButtonThis is a custom button for iOS with Ripple effect. It is simple to integrate & ... 阅读全文
posted @ 2014-09-30 20:32 YouXianMing 阅读(431) 评论(0) 推荐(0) 编辑
摘要: TWRPickerSliderhttps://github.com/chasseurmic/TWRPickerSliderUsageAdd the dependency to yourPodfile:用 Podfile 添加依赖关系platform :biospod 'TWRPickerSlider... 阅读全文
posted @ 2014-09-29 21:38 YouXianMing 阅读(245) 评论(0) 推荐(0) 编辑
摘要: iOS8中的定位服务My app that worked fine in iOS 7 doesn't work with the iOS 8 SDK.CLLocationManagerdoesn't return a location, and I don't see my app underSet... 阅读全文
posted @ 2014-09-29 21:07 YouXianMing 阅读(2080) 评论(0) 推荐(0) 编辑
摘要: BKZoomViewhttps://github.com/freshking/BKZoomViewA UIView that will zoom into its parent view. It can be implemented with only three lines of code and... 阅读全文
posted @ 2014-09-28 21:46 YouXianMing 阅读(272) 评论(0) 推荐(0) 编辑
摘要: 让两个对象间建立weak关系这是为了给两个对象间建立weak关系,当一个对象被释放时,另外一个对象再获取这个值时就是nil,也就是不持有这个对象:)源码:WeakRelatedDictionary.h 与WeakRelatedDictionary.m//// WeakRelatedDictiona... 阅读全文
posted @ 2014-09-27 18:12 YouXianMing 阅读(507) 评论(0) 推荐(0) 编辑
摘要: DCPathButtonhttps://github.com/Tangdixi/DCPathButtonDCPathButton2.0 is a menu button for iOS. Designed by a famous iOS AppPath.SincePath 4.0, this bea... 阅读全文
posted @ 2014-09-27 07:51 YouXianMing 阅读(576) 评论(0) 推荐(0) 编辑
摘要: RSKImageCropperhttps://github.com/ruslanskorb/RSKImageCropperAn image cropper for iOS like in the Contacts app with support for landscape orientation.... 阅读全文
posted @ 2014-09-25 22:21 YouXianMing 阅读(1718) 评论(0) 推荐(0) 编辑
上一页 1 ··· 48 49 50 51 52 53 54 55 56 ··· 85 下一页