Its been a long time since the last update to Time In Words for iOS but after prompting by Apple (update or we will remove it from the App Store), I finally did it. I was never really happy with the last design of Time in Words for iOS, particularly for the iPad, so this was a good opportunity to do a complete re-design, bringing the app more into alignment with its Mac counterpart. And it got a new name to match its new direction and is now called World Time in Words.
Privacy Policy
TL;DR: I don’t track you either on my web site or through my apps. If you want to contact me, please do so but I will not initiate any contacts.
Consistent Swift Style
- Why is important to style your code?
- How do you decide on a style?
- Is there a way to enforce this style automatically?
Icon Builder 5
Icon Builder 5.0 is now available from the Mac App Store . This is a complete re-write for better compatibility with Apple’s latest icon requirements. Read on to see what I have fixed and how…
NCSS 2018
I gave a Masterclass on Swift at the NCSS Summer School 2018 in the University of Sydney on 9th January 2018. This post contains useful links for use in relation to the material covered during my class.
Mark Time
Mark Time is an application for Celestial Navigation that solves the problem of how to take an accurate time reading to go with each sextant sighting. Here is how it was developed…
Moving to Hugo
Yesterday, I came to update my blog: I had a new post in draft form and I wanted to update the Swift code to version 4. However installing High Sierra had removed Jekyll which is the site generator that I had been using. I re-installed Jekyll but found that it had been updated from version 2 to version 3.
JSON Parsing in Swift 4
Updated: 3rd September 2017.
- Checked syntax using Xcode 9.0 beta 6.
- Added section on allowing for nulls .
Since JSON has become the de facto standard for data transfers around the internet, there has always been a lot of interest in Swift libraries to parse JSON into Swift classes or structs. Searching for “swift json library” on GitHub discovers 77 86 repositories. So why are there so many? And what has Swift 4 done to sherlock them all?