If you have the following error “Command /usr/bin/codesign failed with exit code 1″, try this;
First of all, ensure that you have one and only one developer provision and developer application on the iPhone at a time otherwise you will get installation errors.
Also, check that you have the correct Bundle Identifier in the Info.plist file and [...]
It’s a bit of a pain if you decide that you need to rename you iPhone project.
You would think that it’s a straightforward affair, but you’d be wrong!!
First of all, you need to double click on your info.plist. Inside this file, you will see a number of settings. The one’s you should change are;
Bundle Display [...]
If you need to open a web page from your iPhone application, one line of code is all you need!
The most likely scenario of this is having a help or support link, within your application, for your users to click on. From there, it will launch Safari on the iPhone and go to your link.
You [...]
Yes, we’ve taken the plunge and decided to get onto the micro-blogging site, twitter.com.
You can catch up with us at;
http://twitter.com/satosoft
We’ll be posting a lot more often over there!
But we’ll still be posting over here as well.
Cheers
Graham
A lot of the time, you can use buttons or tables to allow the user to interact with the UI of the iPhone.
What happens though, if you want the user to use the UITouch methods and have a double tap on the screen?
Well, this is incredibly easy to do!
Put the following code in your ViewController [...]