Adlai Holler
Adlai Holler
@joshaber This one's a biggie, sorry. I wanted to get the demo working in decent shape before PR. What we've got is - Add `Switch` element for `UISwitch` - Make...
It's pretty excellent, and it's just _begging_ for a React-style API. Few can make this happen. @joshaber Any interest?
@joshaber We call `reloadData()` every time we diff a TableView, and that kills our selection. I'll work on this one – just putting it here as a reminder. Current thinking...
@joshaber Sometimes it would be nice to be able to customize a Component's behavior from outside, after the render. For example I want to set some scroll view insets after...
We should move `ThrashingDataSource` from the Example project into the framework itself and use it to power unit tests.
In https://github.com/TextureGroup/Texture we're looking to support using NodeControllers for each item, and having the NodeController survive across object updates (`reloadItemsAtIndexPaths:`) just like IGListSectionControllers do. Since IGListKit submits reloads as delete/insert...
Especially for slower devices, the file system shuffling and the metadata loading can be really expensive. To investigate the option of using NSURLCache as a disk cache, I created a...
I'd like to use `plank` for generating models for use inside an app i.e. no JSON parsing, and it'd be great to be able to specify `@property id myThing` and...
It would be nice for Builders and objects both to conform to `NSCopying` and `NSMutableCopying`. `-copy` would return the corresponding model type, and `-mutableCopy` would return the corresponding Builder type....