Skip to content

Commit

Permalink
Add global tint color to README
Browse files Browse the repository at this point in the history
  • Loading branch information
youknowone committed Sep 23, 2013
1 parent 7e355c2 commit ab61f86
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,7 @@ Goal

How to use
----------

Case 1: Dynamic patch (Mostly recommended)

#import <UI7Kit/UI7Kit.h>
Expand All @@ -28,6 +29,12 @@ Case 3: Partial dynamic patch
#import <UI7Kit/UI7Kit.h>
[UI7<class> patchIfNeeded]; // ex) [UI7TableView patch];

Global tint color (Optional)

[[UI7Kit kit] setTintColor:<UIColor object>]

NOTE: See below to install or setup your projects.

Example
-------
Example with current code. (0.7.4)
Expand Down

0 comments on commit ab61f86

Please sign in to comment.