Nov 30 2011

iOS 4 & iOS 5 tutorial: UIAlertView with link to WIFI or Settings app using Reachability and XCode 4.2

Flattr this!

Hi!

This tutorial is about how to make your apps UX just a little bit better. Have you ever noticed the message in google maps stating that if you activate Wifi you would get a better positioning? Or that when you want to send a text message and your phone is on flight mode, that you get the message to de-activate flight mode in order to send a text?

Well, it is actually really simple. These are just links that are opened. So, in this tutorial I will show you how to do this using e.g. Reachability.


Aug 3 2011

Automatic incremental build number in xCode 4.3

Hi,

I have always wondered how to get a better build number in my projects, instead of having to change is manually. So, I finally googled it and found a solution. Or better yet, found several… but none working for xCode 4.3.

In xCode 4.3 you can actually change the build number manually in the project settings. I have not found a solution yet to activate an automatic build number update, however I have not search so much for that either.


Apr 24 2011

iOS iPhone 4.3.1: Reclaim “other” space..

Flattr this!

Hi,

This is something that has been bothering me for quite some time. I have an iPhone 4 32gb. I chose this model due to that I have quite a lot of pictures which I want to take with me. So, I sync my iPhone with iPhoto and copy about 9000 pics to my device. Still… this isn’t that much space.. only about 5-6gb. BUT… now the other day I got the error message from iTunes stating that “some pictures could not be copied due lack of space” (My translation from Swedish). So I checked the disk usage in iTunes and I have over 10gb used in “Other”. The biggest space users was the category “Application” which was about 9.2gb.


Apr 23 2011

XCode 4: CoreData Tab Bar Application template

Flattr this!

Hi,

When apples released its XCode application, it never added CoreData support to the Tab Bar Application template… although, in my case I usually want this feature. So… now I need to create a Tab Bar Application and a Window-based Application and copy the CoreData stuff from one to the other.
This is, off course, very annoying. So, what I want is to adapt the current templates to support even Core Data… “F*cking hell, this is most likely a mess to get working”… but I was wrong.
It is much easier to do in XCode 4 then it is in XCode 3.x. I am not going to cover XCode 3 cause I have gone over to the dark side (= XCode 4).


Mar 17 2011

Programming Objective-C in XCode 4 – iPhone iOS 4.3 Hello, World! tutorial

Flattr this!


Hi,

Somewhat days ago Apple released a new version of XCode, and a lot of stuff is new in this version. Thereby also the layout of the application, interface builder and the way an application can be constructed.
But, for those of you completely new to development for iOS devices (and for those of you new to XCode 4 or for you who just want to shape up a bit? =S), I wrote a Hello World for XCode 4, iOS4.3.

So, lets get started.