Ash Furrow

Results 262 comments of Ash Furrow

Hmm, that's an interesting bug! What version of the plugin do you have?

0.2.0 was posted four days ago, it'll fix your issue but there's a catch. Until #16 is addressed, it only can only lint files defined in the `.swiftlint.yml` file, so...

I’m happy to answer your question, but you’ll need to provide some code. Let me know the code, and how you expect it to behave, and how it is actually...

Hmm, good question. The reused cell should have its offset set to zero (as long as it doesn't haven't a preciously stored offset, see [this line](https://github.com/ashfurrow/Collection-View-in-a-Table-View-Cell/blob/075b8e40c5c516dda2bb3656abd83bec8efc382b/Table%20View%20in%20a%20Collection%20View/ViewController.swift#L24)). I'm not sure what...

Thanks for following up with your solution – it sounds like that would work for a multi-section, single-row table view instead of a single-section, multi-row. Is that the case @ClintonAkins?

Fab, thanks again for the follow-up! going to keep this issue open to help people notice :tada:

Hey! Yeah, the lifecycle for cells is tricky, there's sort of two tracks: one to configure the cell and another to display it. I wish UIKit did a better job...

I just released this PR in `0.13.0`. Thanks again!

Ah, I think Circle changed their default build command recently.