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 MoreWe blog on all things iOS
UIImageView Quartz tricks
I can see that very often developers in their apps just place image on screen and they do nothing about it. With Quartz framework you can easily add some effects to UIImageView like: borders, rounded corners, shadow, etc. Images with such effects looks much better. In this tutorial I’ll show you how to create UIImageView […]
Read More