Score Card 2.1 Released

Date

My Score Card app had been neglected for a while, and since I was already in the mode of updating iOS apps, I gave this app the same courtesy. As with my other projects, I’ve updated the app to Swift 5 and Restructure. Along with that, the app should look better on modern iOS devices.

As an added bonus, I added a custom keyboard, since the stock keyboards on iOS never presented the exact right combination of keys to make score entry easy. Along with that keyboard, the iPad version gets simple physical keyboard support for quickly editing scores.

I also moved the app from free to $0.99. This is more of an experiment, since the app already has a good amount of users and there is zero advertising done to it.

Check it out on the App Store.


Announcing Restructure 1.0.0

Date

In the process of writing Formula Control, I decided it was time to rethink my SQLite wrapper, Structure. I started writing my original library when Swift 1.0 was announced. It was migrated through the big language transitions of Swift and was starting to show its age. The framework was also my first attempt at writing a Swift library and a SQLite wrapper, so I didn’t know what I needed and which features were overkill.

And so Restructure was born. The new framework simplifies the API I had created before, hiding relationships between statement and database, and removing internal queueing that was never necessary. It adopts many more data types, and makes it easier to work with more complex data types like arrays and dates.

Along with a clean up, Restructure also adopts more modern features of Swift. Statements are also Sequences, so now results can be iterated, mapped, reduced, or anything else a Sequence can do. Statements are Encodable and Rows are Decodable, making transitions between database and data structure seamless.

Check it out on GitHub. There are examples and unit tests to learn form.


Formula Control 2.0 Has Been Released

Date

My friends and I have been playing Formula Dé for quite a while. We play it so much, we have a yearly league. We even attempted to bring the game in to the infield of the Indy 500. It was so hot, we never played, but attempting to playing in the IMS infield required some ingenuity. This resulted in me obsession for years over an app to control your Formula Dé drivers without having to worry about the multi-piece control panel.

Hence, Formula Control was born. It’s definitely over engineered, but that’s how I like to do things. Beyond the simple things, like controlling all of the aspects of the game and ensuring every rule is considered, it also uses new parts of the iOS operating system that I had never considered before. The app works well on the iPad, utilizing keyboard shortcuts and Split View. It also has been audited for accessibility features like VoiceOver and Inverted Colors. I even learned SpriteKit to make a subtle flag waving animation.

Check it out on the App Store, and make sure to review it if you happen to be on of the few people to still play this board game.


Score Card 2.0.1 Has Been Released

Date

This is a small update to fix some keyboard issues under certain circumstances, specifically with iOS 11. Get the update on the App Store.

There will be a much larger update for iOS 11 in the future.


Score Card 2.0 Has Been Released

Date

It’s been nearly 5 years since its latest release, but Score Card 2.0 is finally here. The last release was designed when everything was skeuomorphic and iPhones just received their first different screen size. That design limped through the years, so it finally was time to make the jump to a modern look and feel. That, and it was going to get kicked off of the App Store if I didn’t update it.

My wife, Mallory, helped give the app an actual logo and design. This is a big update to the hand-designed look I slapped together in the beginning. Score Card 2.0 also adds a few new features:

  • Player names are now saved, so starting games with your friends and family is only a few taps away.
  • Editing scores is now done on the game screen, and can be done on an individual basis. This makes scoring quick and easy.
  • Games can be edited after they have been started, so you are no longer stuck with a setting once you’ve started the game.

On a technical note, the entire app has been rewritten in Swift 3, and uses my Structure library for data management.

Please check out Score Card on the App Store. If you like it, please also leave a kind review. I’d appreciate it.