1 min read

Day #66 | Working on Growrilla iPad support and iCloud sync

Growrilla is thus going to be supported on iPad devices and iCloud to sync across all your Apple devices.
Day #66 | Working on Growrilla iPad support and iCloud sync

Today I’ve been working on some fixes on Growrilla.

These have mostly to do with displaying on the iPad devices. Like too wide components or not visible ones. Also, some count logic didn’t store correctly.

iPad device support - Growrilla

Then I’ve started working on iCloud auto-sync with CloudKit. The implementations are similar to the one I’ve done with Kowa. I’m still in the boilerplate phase where I’m implementing specific Growrilla models.

The problem I’m expecting to hit is performance-related. Since we are most probably working with more records and data. I’m working on a syncing strategy that is performant as possible.

Growrilla is thus going to be supported on iPad devices and iCloud to sync across all your Apple devices.