Pinned Repositories
BIND
Data Binding and MVVM for iOS
CADRACSwippableCell
Swippable CollectionView cells made with Reactive Cocoa.
Dollarss
An Instant Message Client by XMPP on iPhone
ecache
erlang 写的 redis 集群操作接口
ejabberd-python-extauth
ejabberd authentication script written in python using a JSON API
JSONExport
JSONExport is a desktop application for Mac OS X which enables you to export JSON objects as model classes with their associated constructors, utility methods, setters and getters in your favorite language.
mqttcd
Paho based lightweight MQTT client daemon for embedded linux
OnboardingKit
A simple and interactive framework for making iOS onboarding experience easy and fun!
phalcon-rest
A Base project for APIs using the Phalcon framework
server_src
mmorpg, using libevent, protobuf
xoxoj's Repositories
xoxoj/Aspects
Delightful, simple library for aspect oriented programming.
xoxoj/attention-tracker
xoxoj/AudioMixt
音效处理,混响
xoxoj/awesome-ios-animation
A curated list of awesome iOS animation, including Objective-C and Swift libraries
xoxoj/CarouselView
xoxoj/Chatto
A lightweight framework to build chat applications, made in Swift
xoxoj/Cloudy
Random Cloudy Skies for iOS.
xoxoj/CTPersistance
Objective-C/Swift Database Persistence Layer with SQLite, your next Persistence Layer!
xoxoj/deepmask
Torch implementation of DeepMask and SharpMask
xoxoj/FirebaseChat
This is a full native iPhone app to create realtime, text based group or private chat with Firebase.
xoxoj/iOS-Best-Practices
iOS最佳实践
xoxoj/JHUD
A full screen of the HUD when loading the data (Objective-C).
xoxoj/KAProgressLabel
Minimal circular progress label
xoxoj/M13ProgressSuite
A suite containing many tools to display progress information on iOS.
xoxoj/MBCircularProgressBar
A circular, animatable & highly customizable progress bar from the Interface Builder (Objective-C)
xoxoj/MCamera
Reusable UIViewController which allows to take photos, set filters, peform image blurring and more
xoxoj/MDGroupAvatarView
MDGroupAvatarView cocoapod
xoxoj/MiaowShow
iOS视频直播项目
xoxoj/OpenFaceIOS
OpenFace is get from https://github.com/TadasBaltrusaitis/OpenFace, a state-of-the art open source tool intended for facial landmark detection, head pose estimation, facial action unit recognition, and eye-gaze estimation. And I create an ios project. Delete Dlib,TBB,Boost. Only use OpenCV .
xoxoj/PLAMCamera
Camera library android
xoxoj/RealmMantleTutorial
Final project from the article "Simplifying REST API Use and Local Data Persistence with Mantle and Realm"
xoxoj/SCPageViewController
Just like UIPageViewController but better.. :)
xoxoj/study
xoxoj/tinySVGRenderer
libsvgtiny (http://www.netsurf-browser.org/projects/libsvgtiny/) based SVG renderer for iOS, extends UIImage and has a scalable SVGImageView, can render into CGContext
xoxoj/trip-to-iOS
A curated list of delightful iOS resources.
xoxoj/uchardet
An encoding detector library ported from Mozilla
xoxoj/UIButton-touch
When the button Clicked continuously--iOS点击时间分类。1.连续点击是 执行第一次点击事件,忽略后续点击啊。 2.设置单个按钮不需要hook 3.多次点击按钮,只执行最后一次点击事件
xoxoj/WBWebViewConsole
In-App debug console for your UIWebView & WKWebView
xoxoj/ZCAnimatedLabel
UILabel replacement with fine-grain appear/disappear animation
xoxoj/ZLCWebView
将UIWebView和WKWebView封装在一起,ios8以上使用WKWebVIew以下使用UIWebView。直接使用后者继承都可以,依旧是四个常用的代理进行接收回调