Adding and Saving a Border Around a UIImage with Core Graphics
I recently had to place a border around an image of unknown size and save it back as an image. Here is how:
Start with a UIImage:
Run it through this method:
You will get back a UIImage with a border. Simple.
Obviously, you will need to adjust the border percentage and color for your own application.
Comments