One of new features in iOS5 is Core Image. It allows you to create amazing image effects in your apps. Core Image comes with several built-in filters, in this tutorial I’ll show you how to use them. Create new project “Single View Application”, add CoreImage framework to project, add UIImageView to your view with Interface […]
Read More