摘要:
渐变显示渐变消失的BackgroundView效果如下:源码:BackgroundView.h 与BackgroundView.m//// BackgroundView.h// TestHUD//// Created by YouXianMing on 14-9-30.// Copyrigh... 阅读全文
摘要:
基于dispatch_after封装YXTimer本人根据dispatch_after封装了一个定时器,支持block以及代理的方式来激活定时器,适用于对精度要求低,耗时短的地方,高端大气上档次,低调奢华有内涵:)源码:YXTimer.h 与YXTimer.m//// YXTimer.h// Y... 阅读全文
摘要:
对MBProgressHUD进行二次封装并精简使用https://github.com/jdg/MBProgressHUD几个效果图:以下源码是MBProgressHUD支持最新的iOS8的版本,没有任何的警告信息MBProgressHUD.h 与MBProgressHUD.m//// MBPro... 阅读全文
摘要:
BTSimpleRippleButtonhttps://github.com/balram3429/btSimpleRippleButtonThis is a custom button for iOS with Ripple effect. It is simple to integrate & ... 阅读全文
摘要:
TWRPickerSliderhttps://github.com/chasseurmic/TWRPickerSliderUsageAdd the dependency to yourPodfile:用 Podfile 添加依赖关系platform :biospod 'TWRPickerSlider... 阅读全文
摘要:
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... 阅读全文
摘要:
BKZoomViewhttps://github.com/freshking/BKZoomViewA UIView that will zoom into its parent view. It can be implemented with only three lines of code and... 阅读全文
摘要:
让两个对象间建立weak关系这是为了给两个对象间建立weak关系,当一个对象被释放时,另外一个对象再获取这个值时就是nil,也就是不持有这个对象:)源码:WeakRelatedDictionary.h 与WeakRelatedDictionary.m//// WeakRelatedDictiona... 阅读全文
摘要:
DCPathButtonhttps://github.com/Tangdixi/DCPathButtonDCPathButton2.0 is a menu button for iOS. Designed by a famous iOS AppPath.SincePath 4.0, this bea... 阅读全文
摘要:
RSKImageCropperhttps://github.com/ruslanskorb/RSKImageCropperAn image cropper for iOS like in the Contacts app with support for landscape orientation.... 阅读全文