At long last!
After almost a month in review with Apple, the latest iPhone App from Satosoft, MP Expenses is now available in the App Store!!
This App gives the user the ability to email an MP, ring their Parliament Office or Constituency Office, direct from the Application.
Click here to see the full product information.
Or click here [...]
I’ve noticed that the iPhone will not call a phone number that you have coded into your App, if it has spaces in.
This can be a problem if you have hundreds of rows in a Sqlite Database, which contain phone numbers that have spaces within the phone number.
Rather then manually updating them, which can take [...]
Yesterday, satosoft.com CEO, Graham French, received an email from Chris Noel of BrightHouseLabs, asking if satosoft were interested in either selling them the iAboutClock application or some source code.
The latest update of our flagship application, iAboutClock, is now available for download in the iTunes App Store!
A quick tip for the frustrated iPhone developer!!
Even if you set the minimum font size in Interface Builder for a UITextField, it doesn’t work how it should!
Here is a one line fix!!
myUITextField.font = [UIFont systemFontOfSize:12.0f];
Cheers
Graham