Satosoft says ‘No’ to Bright House Labs

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.

Version 1.0.3 of iAboutClock is now available!!

The latest update of our flagship application, iAboutClock, is now available for download in the iTunes App Store!

iAboutClock updated version uploaded!

Just a quick one to let you know about iAboutClock version 1.0.2.
It’s been uploaded to the iTunes App Store and is now awaiting approval from Apple. Once it’s been received, you can download the free update.
This update gives a randomisation of the approximations on the time. So, instead of it say ‘It’s about Ten’, it [...]

Creating a random number

There are a number of different methods for creating random numbers in Objective-C.
Here is a method for creating a random integer between and including zero and a given number, that you have entered into the code.
This code gives a number up to 21;

int myRandomInt = arc4random() % 21;

Give it a go and let me know [...]

Satosoft is now on Twitter!!

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