Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
romaonthego committed Mar 28, 2013
1 parent 6dbd173 commit a0e8898
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Expand Up @@ -2,14 +2,14 @@

CSS-like image sprites for iOS apps.

![Screenshot of REImageSprite](https://github.com/romaonthego/REImageSprite/raw/master/Screenshot.png "REImageSprite Screenshot")

REImageSprite is a simple `UIImage` category, there's only one task where you specify resource name and sprite (which is essentially a `plist` file and a corresponding image name):

``` objective-c
+ (UIImage *)imageNamed:(NSString *)name fromSprite:(NSString *)sprite
```

![Screenshot of REImageSprite](https://github.com/romaonthego/REImageSprite/raw/master/Screenshot.png "REImageSprite Screenshot")

## Requirements
* Xcode 4.5 or higher
* Apple LLVM compiler
Expand Down

0 comments on commit a0e8898

Please sign in to comment.