Category Archives: Dev Blog

dev_img

How to create a download link to an iOS App AdHoc

This article is about creating adhoc files you are able to distribute to your devices without pluging the device to xcode directly. Continue reading

dev_img

Disconnect SVN repository / remove all SVN files

If you want to “disconnect” your SVN repository from your current project you could use the export function of svn: Continue reading

apple_img

Mac: Get rid of mouse accelerator

If you ever took more time to search your mouse pointer instead of using it, you probably want to disable the mouse accelerator.
Continue reading

iphone_img

Fairy-Tales about the iPhone GPU

When I tried to find some informations to increase render performance on iphone devices I got lost in too many not really helping threads about avoiding alpha pixels. There were stories about a bad iPhone GPU which should have issues on alpha blending. Continue reading

retina_img

Supporting Retina Display

You thought iPhone programming is easy because you dont have to consider different hardware types and all that horrible stuff Android programmers talking about. Continue reading

dev_img

iPhone Programming: How to dial a phone number

NSURL is capable of more than just opening HTML sites. It supports diffrent protocols to dial a phone numbers or even send an SMS. Continue reading

dev_img

iPhone Programming how to underline UILabel

With Apples UIKit you get a bunch of useful Stuff to just click-edit-click your way to your own application. Continue reading