Guille Gonzalez

Results 45 comments of Guille Gonzalez
trafficstars

Thanks for the PR, but I think the ReadingList example does not show all the potential of Overcoat 2. This is why I created a [new example](https://github.com/gonzalezreal/Overcoat/tree/master/Examples/TwitterTimeline) for Overcoat 2.

The Twitter Timeline example is saving to disk using Core Data...

@rafaelwinter Looks good! My only suggestion would be to implement `-initWithCellReuseIdentifier:configureCellBlock:` using `-initWithReuseIdentifierBlock:configureCellBlock:` and make the latter the designated initializer.

@mikelikespie I cherry-picked your change and fixed the failing test #330. Thanks for the contribution!

Hi @AlexNsbmr, You can control top and bottom margins for lists by overriding the current theme's list block style. ```swift Markdown { """ A list: * Item 1 * Item...