Skip to content
This repository has been archived by the owner on Aug 20, 2018. It is now read-only.
/ iOSKit Public archive

iOSKit public repository - Custom UI controls.

License

Notifications You must be signed in to change notification settings

elegion/iOSKit

Repository files navigation

Introduction

iOSKit is a Cocoa Touch UI library with easy-to-use custom controls, that needs no custom graphics for default usage.

Installation

Quick Start

  1. Add Git submodule to your project: git submodule add git://github.com/yariksmirnov/iOSKit.git iOSKit
  2. Add cross-project reference by dragging iOSKit.xcodeproj to your project
  3. Open build settings editor for your project
  4. Add the following Header Search Paths (including the quotes): "$(SOURCE_ROOT)/iOSKit/Build"
  5. Open target settings editor for the target you want to link iOSKit into
  6. Add direct dependency on the iOSKit aggregate target
  7. Link against required frameworks:
    1. CoreGraphics.framework
    2. CoreText.framework
  8. Link against iOSKit:
    1. libiOSKit.a
  9. Import the iOSKit headers via #import <iOSKit/iOSKit.h>
  10. Build the project to verify installation is successful.

Contributing

Forks, patches and other feedback are always welcome.

Credits

iOSKit is supported by Yarik Smirnov and Mobile Team of e-Legion

About

iOSKit public repository - Custom UI controls.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published