Skip to content

kkoudev/FRNinePatch

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

FRNinePatch

This library is iOS Objective-C library for loading 9-patch image to UIImageView.

Installation

Directly importing FRNinePatch source codes to your xcode application project.

Usage

#import "FRNinePatch/FRNinePatch.h"

...

// imageView is UIImageView instance.
// For imageName, set file name of 9-patch format file. (ex. "background@2x.9.png")
[FRNinePatch setImage:self.imageView imageName:@"background"];

About

This library is iOS Objective-C library for loading 9-patch image to UIImageView.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors