by Andreas Katzian | Jan 30, 2013 | Code, Process
Advertisements are another option to provide your iOS applications still for free but also to get some cash back for your work. Although ads are not that popular to app users Apple made a big hit with their new iAd network. I’d like to call iAd the next level of...
by johannes.schleicher | Jan 28, 2013 | Code
Today just a small code snippet to create a nice fade-in-fade-out (or call it pulsating) effect on a given UIImage . To accomplish this within a UIView you have to do only a few steps: Create a UIImageView containing your image. Create the animation with its...