CocoaPods trunk is moving to be read-only. Read more on the blog, there are 10 months to go.

kyson_jinhui

9pods

GJTMvvmKit

License: MIT

KSFramework

An iOS framework where each component can be used without including the entire KSFramework.

KSImageAdditions

This controller adds several useful categories to add image processing functionality to UIView, UIScrollView, and UIImage.

KSInactiveImageView

This control acts as a UIImageView, but with the added ability to make an image appear inactive through the use of tinting, scaling, and blurring.

One potential use is locating the KSInactiveImageView in place of a view and passing in a screenshot. The screenshot can then be manipulated to make view appear inactive.

KSSlideController

This controller allows the use of slide in view controllers on both sides of the screen. This functionality was originally seen in apps such as Facebook for presenting a menu. However, KSSlideController is not restricted to just menus. Through the use of configurable properties, a broad range of implementations can be created.

KSPullDownController

This controller allows the use of a view controller to be pulled down do display another view controller. It can be used to create something as simple as a “pull-to-refresh” controller. However, it can also be used to present other views such as menus. Through the use of configurable properties, a broad range of implementations can be created.

KSViewShadow

This controller adds a configurable shadow to any view that is passed to it.

License: MIT

  • Objective C