Skip to content

Latest commit

 

History

History
14 lines (8 loc) · 341 Bytes

README.md

File metadata and controls

14 lines (8 loc) · 341 Bytes

SplitImageIntoTwoParts

a UIImage category to split an image into two parts, with the saw-like cutting edge.

Usage

NSArray *array = [UIImage splitImageIntoTwoParts:aUIImageInstance];

Two UIImage images will be held in array.

License

This code is distributed under the terms and conditions of the MIT license.