Pinned Repositories
atom
The hackable editor
CaptureCode
一个对二维码扫描的封装,用户不需要关注和二维码相关的东西,只需要导入该工具类的头文件,调用一个类方法即可,利用block回调结果,并传出一个标记,此标记用来管理是否需要停止session会话。
html5-boilerplate
A professional front-end template for building fast, robust, and adaptable web apps or sites.
iCarousel
A simple, highly customisable, data-driven 3D carousel for iOS and Mac OS
iOS7-Sampler
Code examples for the new functions of iOS 7.
Masonry
Harness the power of AutoLayout NSLayoutConstraints with a simplified, chainable and expressive syntax. Supports iOS and OSX Auto Layout
MBProgressHUD
MBProgressHUD + Customizations
photoPlayer
一款基于SDWebImage的图片播放器,需要将所要展示的photoes和展示的view传入即可,实现了与新浪微博相似的图片播放器效果。功能尚不齐全,望多多fork
pop
An extensible iOS and OS X animation library, useful for physics-based interactions.
UIScrollView-Samples
UIScrollView Samples for blog post
songkaijia's Repositories
songkaijia/CaptureCode
一个对二维码扫描的封装,用户不需要关注和二维码相关的东西,只需要导入该工具类的头文件,调用一个类方法即可,利用block回调结果,并传出一个标记,此标记用来管理是否需要停止session会话。
songkaijia/iCarousel
A simple, highly customisable, data-driven 3D carousel for iOS and Mac OS
songkaijia/Masonry
Harness the power of AutoLayout NSLayoutConstraints with a simplified, chainable and expressive syntax. Supports iOS and OSX Auto Layout
songkaijia/MBProgressHUD
MBProgressHUD + Customizations
songkaijia/photoPlayer
一款基于SDWebImage的图片播放器,需要将所要展示的photoes和展示的view传入即可,实现了与新浪微博相似的图片播放器效果。功能尚不齐全,望多多fork
songkaijia/pop
An extensible iOS and OS X animation library, useful for physics-based interactions.
songkaijia/UIScrollView-Samples
UIScrollView Samples for blog post
songkaijia/atom
The hackable editor
songkaijia/html5-boilerplate
A professional front-end template for building fast, robust, and adaptable web apps or sites.
songkaijia/iOS7-Sampler
Code examples for the new functions of iOS 7.
songkaijia/MJExtension
The fastest, most convenient and most nonintrusive conversion between JSON and model. Your model class don't need to extend another base class. You don't need to modify any model file. Nonintrusive, convenient.
songkaijia/MJRefresh
The easiest way to use pull-to-refresh
songkaijia/stockChart
股票K线图示例,简单易学,采用IOS 原生画图组件CoreGraphics,思路简单,仅供参考和学习交流。