chenxing640
My repos were all created in my spare time. Due to my job, cannot actively contribute. Will merge PRs - please submit one if there are any issues!
Changsha, China
Pinned Repositories
Awesome
提供iOS精选列表,包含Objective-C和Swift项目,涉及鸿蒙开发、Flutter、React Native、Weex、H5、小程序、区块链、数据库、游戏开发等教程(Provides a curated list of awesome iOS, including Objective-C and Swift Projects, covering tutorials on HarmonyOS development, Flutter, React Native, Weex, H5, mini programs, blockchain, databases, game development, and more.)。
CXSwiftKit
提供Swift丰富的扩展和实用工具类(This provides the utilities and rich extensions of Swift.)。
dart_crypto
集成了Base64, 32/16 Bits MD5, AES, RSA等算法(This integrates Base64, 32/16 Bits MD5, AES and RSA algorithms.)。
DYFAuthIDAndGestureLock
手势密码解锁和 TouchID (指纹) / FaceID(面容) 解锁,代码简洁高效。(Gesture passcode unlocking and TouchID (fingerprint) / FaceID (facial features) unlocking.)
DYFStore
一个轻量级且易用的iOS应用内购库(A lightweight and easy-to-use iOS library for In-App Purchases.)。
DYFStoreKit
一个轻量级且易用的iOS应用内购库(A lightweight and easy-to-use iOS library for In-App Purchases.)。
grab_ethtoken_info
从以太坊区块链 (Ethereum Blockchain) etherscan 上抓取任意一个钱包地址的所有token信息 (Address, Name, Balance, Symbol, Value),并编写界面进行展示。
iOS-interview-questions
相信很多 iOS 程序猿都有进入 BAT、字节跳动、美团、京东、360和小米等大厂的梦想,进入唯一途径就是通过面试,面试的关键就是硬实力,也就是知识储备和行业工作经验。感谢 icofans 的资料!在线查看地址:https://ios.nobady.cn
QPlayer
一款不错的 iOS 视频播放器,支持 M4V、WMV、MP4、MOV、AVI、MKV、FLV、RM、RMVB 等主流媒体格式,支持 WiFi 文件传输,可以随时随地观看本地视频,同时也支持 HTTP、RTMP、RTSP、HLS 等流媒体播放。重构了此项目,采用MVP设计模式,提高APP性能,适配APP深浅模式等,使浏览体验更好。
WeChat_tweak
iOS版功能最全的微信插件,支持最新版微信,具备自动抢红包,屏蔽消息和群消息,过滤特定的群聊,防止撤回消息,伪定位 (朋友圈和附近的人),修改微信运动步数和实时取景做聊天页的背景等功能。
chenxing640's Repositories
chenxing640/WeChat_tweak
iOS版功能最全的微信插件,支持最新版微信,具备自动抢红包,屏蔽消息和群消息,过滤特定的群聊,防止撤回消息,伪定位 (朋友圈和附近的人),修改微信运动步数和实时取景做聊天页的背景等功能。
chenxing640/Awesome
提供iOS精选列表,包含Objective-C和Swift项目,涉及鸿蒙开发、Flutter、React Native、Weex、H5、小程序、区块链、数据库、游戏开发等教程(Provides a curated list of awesome iOS, including Objective-C and Swift Projects, covering tutorials on HarmonyOS development, Flutter, React Native, Weex, H5, mini programs, blockchain, databases, game development, and more.)。
chenxing640/DYFStoreKit
一个轻量级且易用的iOS应用内购库(A lightweight and easy-to-use iOS library for In-App Purchases.)。
chenxing640/DYFStore
一个轻量级且易用的iOS应用内购库(A lightweight and easy-to-use iOS library for In-App Purchases.)。
chenxing640/dart_crypto
集成了Base64, 32/16 Bits MD5, AES, RSA等算法(This integrates Base64, 32/16 Bits MD5, AES and RSA algorithms.)。
chenxing640/QPlayer
一款不错的 iOS 视频播放器,支持 M4V、WMV、MP4、MOV、AVI、MKV、FLV、RM、RMVB 等主流媒体格式,支持 WiFi 文件传输,可以随时随地观看本地视频,同时也支持 HTTP、RTMP、RTSP、HLS 等流媒体播放。重构了此项目,采用MVP设计模式,提高APP性能,适配APP深浅模式等,使浏览体验更好。
chenxing640/grab_ethtoken_info
从以太坊区块链 (Ethereum Blockchain) etherscan 上抓取任意一个钱包地址的所有token信息 (Address, Name, Balance, Symbol, Value),并编写界面进行展示。
chenxing640/DYFCodeScanner
一个简单的二维码和条码扫描器,有一套自定义的扫描动画以及界面,支持相机缩放,还可以生成和识别二维码。(A simple QR code and barcode scanner, which has a set of custom scanning animation and interface, supports camera zooming, and can generate and identify QR code.)
chenxing640/Unity-iOS-InAppPurchase
Unity实现苹果iOS的应用内购买( Unity implements Apple's in-app purchases for iOS.)。
chenxing640/CXDownload
Swift断点续传下载,支持Objective-C。包含大文件下载,后台下载,杀死进程,重新启动时继续下载,设置下载并发数,监听网络改变等。
chenxing640/CXSwiftKit
提供Swift丰富的扩展和实用工具类(This provides the utilities and rich extensions of Swift.)。
chenxing640/DYFLoadingManager
`DYFLoadingManager` is an iOS management class that loads animation prompts, it displays a translucent mask with an indicator and labels while work is being done.
chenxing640/DYFKeychain
This library is used to store text and data in Keychain securely for iOS, OS X, tvOS and watchOS.
chenxing640/DYFStoreReceiptVerifier
An open source receipt verification client program.
chenxing640/chenxing640.github.io
My Blog. Website: https://chenxing640.github.io
chenxing640/CXNetwork-Moya
Encapsulates a network request library with Moya and ObjectMapper.
chenxing640/DYFSwiftKeychain
This library is used to store text and data in Keychain securely for iOS, OS X, tvOS and watchOS.
chenxing640/DYFToast
采用链式编程和点语法操作,实现 iOS 仿真安卓吐司提示框。(Using chain programming and point syntax operation to realize the simulation of Android's Toast in iOS.)
chenxing640/MarsUIKit
MarsUIKit wraps some commonly used UI components.
chenxing640/DYFSwiftRuntimeProvider
DYFSwiftRuntimeProvider wraps the runtime, and can quickly use for the transformation of the dictionary and model, archiving and unarchiving, adding a method, exchanging two methods, replacing a method, and getting all the variable names, property names and method names of a class.
chenxing640/RxListDataSource
Provides data sources for UITableView or UICollectionView.
chenxing640/chenxing640
My GitHub profile.
chenxing640/CXARKit
This is the tools for AR application.
chenxing640/CXWebSocket
`CXWebSocket` wraps websockets in swift for iOS and OSX.
chenxing640/DesignPatterns
Design Patterns
chenxing640/DYFRuntimeProvider
DYFRuntimeProvider wraps the runtime, and can quickly use for the transformation of the dictionary and model, archiving and unarchiving, adding a method, exchanging two methods, replacing a method, and getting all the variable names, property names and method names of a class.
chenxing640/DYFStoreReceiptVerifier_Swift
An open source receipt verification client program.
chenxing640/EagleKit
chenxing640/Front-End_Dev_Study
Study Front-End development.
chenxing640/TFs-Blog-Comments