Pinned Repositories
AlertToastHUD
各种弹窗、toast和HUD
DDProgressHUD
Progress 进度条,UIActivityIndicatorView 小菊花,弹窗,状态显示
DZNEmptyDataSet
A drop-in UITableView/UICollectionView superclass category for showing empty datasets whenever the view has no content to display
FDFullscreenPopGesture
A UINavigationController's category to enable fullscreen pop gesture with iOS7+ system style.
GHPay
集成ApplePay、微信支付、支付宝支付,详细使用指南demo
GKNavigationBarViewController
iOS自定义导航栏-导航栏联动
GYZCalendar
自定义日期选择日历
HMSegmentedControl
A drop-in replacement for UISegmentedControl mimicking the style of the segmented control used in Google Currents and various other Google products.
HSUpdateApp
基于天朝的AppStore检测自动跟新功能,无技术难点,只要一句代码即可实现,只是希望为您节约更多的时间,去陪恋人、家人和朋友。天天大吉大利、天天吃鸡!
HYBNetworking
基于AFNetworking封装的网络层
paynecai's Repositories
paynecai/AlertToastHUD
各种弹窗、toast和HUD
paynecai/DDProgressHUD
Progress 进度条,UIActivityIndicatorView 小菊花,弹窗,状态显示
paynecai/DZNEmptyDataSet
A drop-in UITableView/UICollectionView superclass category for showing empty datasets whenever the view has no content to display
paynecai/FDFullscreenPopGesture
A UINavigationController's category to enable fullscreen pop gesture with iOS7+ system style.
paynecai/GHPay
集成ApplePay、微信支付、支付宝支付,详细使用指南demo
paynecai/GKNavigationBarViewController
iOS自定义导航栏-导航栏联动
paynecai/GYZCalendar
自定义日期选择日历
paynecai/HMSegmentedControl
A drop-in replacement for UISegmentedControl mimicking the style of the segmented control used in Google Currents and various other Google products.
paynecai/HSUpdateApp
基于天朝的AppStore检测自动跟新功能,无技术难点,只要一句代码即可实现,只是希望为您节约更多的时间,去陪恋人、家人和朋友。天天大吉大利、天天吃鸡!
paynecai/HYBNetworking
基于AFNetworking封装的网络层
paynecai/IMYWebView
UIWebView seamless switching to WKWebView
paynecai/iOS-Runtime-Headers
iOS Objective-C headers as derived from runtime introspection
paynecai/iOSInterviewQuestions
iOS面试题集锦(附答案)--学习交流群515295083
paynecai/JSPatchDemo
Fix bugs without update versions
paynecai/LDSDKManager_IOS
对应用中集成的第三方SDK(目前包括QQ,微信,易信,支付宝)进行集中管理,按照功能(目前包括第三方登录,分享,支付)开放给各个产品使用。通过接口的方式进行产品集成,方便对第三方SDK进行升级维护。
paynecai/MagicalRecord
Super Awesome Easy Fetching for Core Data 1!!!11!!!!1!
paynecai/MVVMReactiveCocoa
GitBucket iOS App
paynecai/myRepository
show some project
paynecai/openshare
不用官方SDK,利用社交软件移动客户端(微信/QQ/微博/人人/支付宝)分享/登录/支付。
paynecai/SGPagingView
An easy-to-use segmented control (集合了腾讯新闻、网易新闻、今日头条、QQ音乐等标题滚动视图布局样式)
paynecai/Swift
🚀Swift基础知识大全,Swift学习从简单到复杂,不断地完善与更新, 欢迎Star❤️,欢迎Fork, iOS开发者交流:①群:446310206 ②群:426087546
paynecai/SYWeChat
* SYWeChatDemo 模仿了微信聊天UI布局,其中支持用户输入模块(可灵活定制包含输入框、录音、表情选择、拍照、从相册选取照片功能)、录音模块(采用opencore- amr[支持armv7、armv7s、arm64],语音输出格式amr并完美支持IOS和Android系统播放) * * 使用时需添加SYCore.framework及SYIMKit.framework、SYIMKit.bundle资源文件 * 此demo仅供大家学习讨论,同时也参考了一些大牛的开源demo,欢迎拍砖
paynecai/SZCalendarPicker
a datepicker with calendar style
paynecai/WKWebViewH5ObjCDemo
学习如何使用OC实现WKWebView与H5交互,并学习其API使用
paynecai/WKWebViewSimpleDemo
iOS8中WebKit库中的WKWebView简单使用方法,包括初始化,最基础的代理方法,以及JS加载。
paynecai/WRCellView
自定义View,类似tableView的系统cell,使用方便 Custom View, similar to the tableView system cell, easy to use
paynecai/XMLDictionary
A simple way to parse and generate XML on iOS and Mac OS. Converts an XML file to an NSDictionary which can then be easily traversed using the standard Cocoa keyPath mechanism. Can also output the contents of any dictionary as XML.