panshimin's Stars
scalessec/Toast
An Objective-C category that adds toast notifications to the UIView object class.
seedante/iOS-Note
个人笔记,包括一些在公众号发表的文章的加长版
siegfried415/portia-dashboard
portia-dashboard is a visual web crawler based on scrapinghub/portia
GIKICoder/GMatcherExpression
OC的字符串匹配库.包含KMP匹配 ,AC 多模字符串匹配.
GIKICoder/GRunLoopThread
用RunloopSource实现的一个常驻的线程队列.
GIKICoder/GMenuController
具有和UIMenuController一致的UI 与交互行为. menuItem可指定target. 可定制化UI.对外API与原生UIMenuController 一致.
GIKICoder/GDataBase
基于FMDB的ORM数据库存储解决方案. 面向模型API. 一句代码存储,读取.对存储模型无需继承BaseObject. 可自定义多主键,可使用sqlite 关键字.可自定义序列化字段等.极大方便项目中使用.
GIKICoder/GBigbang
分词组件/大爆炸/TagFlowView
uber/RIBs
Uber's cross-platform mobile architecture framework - Android Repository
SwiftOldDriver/iOS-Weekly
🇨🇳 老司机技术 iOS 周报
yulingtianxia/MessageThrottle
A lightweight Objective-C message throttle and debounce library.
TextureGroup/Texture
Smooth asynchronous user interfaces for iOS apps.
GIKICoder/GRichLabel
A rich Label that supports text selection。 支持文本选择的富文本排版引擎. 小说阅读器、Feed流富文本。文本粘贴复制。微信聊天文本气泡
music4kid/AirSandbox
view iOS app sandbox file system on real device, share files via airdrop
mindsnacks/MSWeakTimer
Thread-safe NSTimer alternative that doesn't retain the target and supports being used with GCD queues.
coderMyy/CocoaAsyncSocket_Demo
基于AsyncSocket搭建即时通讯体系 . 包含TCP连接 , 消息发送 , 消息接收 , 心跳处理 ,断网重连 , 消息超时 , 消息分发 , 数据库结构设计 , 消息丢失等 . 以及UI设计, 文本表情消息/语音消息/图片消息/视频消息/文件消息/撤回消息/提示语消息的实现思路讲解
haxpor/Potatso
Potatso is an iOS client that implements Shadowsocks proxy with the leverage of NetworkExtension framework. ***This project is unmaintained, try taking a look at this fork https://github.com/shadowcoel/shadowcoel instead.
pinterest/PINCache
Fast, non-deadlocking parallel object cache for iOS, tvOS and OS X
Tencent/MLeaksFinder
Find memory leaks in your iOS app at develop time.
pinterest/plank
A tool for generating immutable model objects
nporsche/grpc_http_gw
grpc http gateway with no-tls
kangzubin/XMNetworking
A lightweight but powerful network library with simplified and expressive syntax based on AFNetworking.
Tencent/mars
Mars is a cross-platform network component developed by WeChat.
amfe/article
alibaba/BeeHive
:honeybee: BeeHive is a solution for iOS Application module programs, it absorbed the Spring Framework API service concept to avoid coupling between modules.
facebookincubator/SocketRocket
A conforming Objective-C WebSocket client library.
vsouza/awesome-ios
A curated list of awesome iOS ecosystem, including Objective-C and Swift Projects
mikeash/MADispatchQueue
A spiritual reimplementation of the basics of dispatch_queue, for educational purposes