All posts in Dev Tips

Snippets for taking pictures or picking one from photo library on iPhone

Nowadays, lots of apps prefer taking photos inside their apps. Here we’ll check out how to get the image from camera roll and photo library.

Continue Reading →

Localizing nsstring and uiimage in xcode4

Developing iPhone app gives you great opportunity to go global. To get the benefits, you should make your app global by supporting other languages.

Here, I’ll explain how you can make your text strings and images supporting many languages. It’s super simple!

Continue Reading →

Adding a link of all your apps in App Store inside your app

One way to increase the revenue of your apps is cross-marketing. First step to it is adding a simple link to your other apps inside your app.

Continue Reading →

How to catch shaking on a view on iPhone

Shaking gesture is useful when making interactive apps. There are several ways to get the value if the device is shaking or not.

One way is to set and get a notification of accelerator. Other is to use UIEventSubtypeMotionShake.

Continue Reading →