rainypixels
rainypixels
Hi @JohnSundell — Any chance you'll be merging this (or your own implementation of nested keypath decoding) into master sometime soon? That was one of my favorite features of Unbox...
@dtadic FWIW, I do prefer the dot syntax as it's the canonical way to namespace in most languages, and it just feels more readable. Your example of `decoder.decodeNested("a.b.c")` feels more...
@amio Any near-term plans to support a keyword merge with the CLDR xml as @groenroos recommended?
@amio Thanks for the quick response. OK, I'll see if we can add it to our backlog before then to do a PR. 🤞
Did anyone file a bug? It seems like [one exists on Open Radar](https://openradar.appspot.com/19581195) for this, but it'd be good for Apple to see a few more bugs filed on the...
@deville > `estimatedHeightForRowAtIndexPath` is called for each added cell as soon as they are added. Actually, isn't it called for _all_ cells whenever `reloadData` or `insertRowsAtIndexPaths` is called? That's the...
@bobmoff Whoops! Getting to this too late. Glad I could help with the glitch. :P Seriously though, that's an elegant solution. I'll keep it in mind if I run into...
Turns out that if you change the `addRow` method to use `reloadData` as follows, the jumping issue disappears. ``` func addRow() { model.addSingleItem() self.tableView.reloadData() } ``` It certainly seems like...
Also: thanks for this excellent framework. I'm a longtime Pageboy fanboi and user, and I was elated to find Tabman a few days ago. Apart from your excellent support, Pageboy...
@msaps — Nudge. Will you be looking at this one anytime soon?