So, after fighting it for a while, I’ve realised that most line of business apps need a grid control. iOS just doesn’t have this out of the box, we have UITableView and UICollectionView but they don’t really support the notion of a selectable or editable dataset of records with multiple fields that have dropped down from a database. So, I’ve been building… I’ve taken a UIScrollView and built a sub-class (UIGridView). I’ve hand painted a header and a body view on-top of this. I can set headers like ......
Its done, my first Apple Watch App. Ready to send to Apple when they allow submissions….
