Skip to content

roothybrid7/SharedKit

Repository files navigation

SharedKit

Build Status Carthage Compatible

SharedKit is an API for useful functions of cocoa frameworks.

Installation

Carthage

Add the following to your Cartfile:

github "roothybrid7/SharedKit"

Directory structure

The following is SharedKit's directory structure.

.
├── SharedKit
│   ├── Extensions
│   ├── Info.plist
│   ├── RGBColorModel
│   ├── SharedKit.h
│   ├── Utils
│   └── Views
├── SharedKit.xcodeproj
└── SharedKitTests

The details are listed below

Extensions

This includes various extensions in cocoa frameworks.

  • Shorthands of Info.plist
  • NSPredicate templates

RGBColorModel

This is a function set to use RGB color model.

Utils

Non-categorized utility functions.

  • NSCoding wrapper for non-objc object.
  • An accessor for view with nib.

Views

View's useful functions.