Skip to content

xr1337/UIImage-Symmetric

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 

Repository files navigation

UIImage-Symmetric

UIImage category for images assets that are symmetric.

Remember to slice your image to half ( vertically or horizontally).

Usage

UIImage *image = [UIImage symmetricImageNamed:@"sym_half.png" horizontalSplit:NO]; // Vertical sliced

UIImage *image2 = [UIImage symmetricImageNamed:@"sym_half.png" horizontalSplit:YES]; // Horizontal sliced

About

UIImage category for images assets that are reflected

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages