Dead easy iOS 5 Core Image filters
Take a simple step toward creating your own Instagram-style effects in iOS by forking my iOS Image Filters project (24 stars so far on GitHub).
Example project included in the repo.
- (IBAction)crossProcess:(UIButton *)sender
{
imageView.image = imageView.image.crossProcess;
}
Written by James Womack
Related protips
Have a fresh tip? Share with Coderwall community!
Post
Post a tip
Best
#Ipad
Authors
Sponsored by #native_company# — Learn More
#native_title#
#native_desc#