Ash Furrow

Results 262 comments of Ash Furrow

Hmm, they should both be called as long as `numberOfItemsInSection` returns more than zero. Can you verify what it's returning?

This would probably require changes in [Danger Ruby](https://github.com/danger/danger), but I'm all for this idea 👍 Do you have time to investigate and maybe open a PR?

Hmm! I've never tried running it twice in one run. Hmm. I don't have a tonne of time to look into this, but the code is here and I'd love...

Good idea, I'll try to tackle this this weekend. In the mean time, I don't ever mind folks opening issues requesting a new release.

What do you mean? Can you describe the issue?

Thanks :bow: Dropping frames isn't good, hmm. I would need to profile using the Time Profile in Instruments.app to make sure, but [this](https://github.com/ashfurrow/Collection-View-in-a-Table-View-Cell/blob/ec5af131532c833557c128e2e0643de478e0b573/Table%20View%20in%20a%20Collection%20View/TableViewCell.swift#L13-L17) is the code that gets called for...

Image views can be tricky, because they use `UIImage` which does _a lot_ of work under the hood. For example, displaying a JPEG requires it to be decompressed first. That's...

Strange! I'd try commenting only one or the other out, to see if it's setting or getting that's causing the issue. It's not obvious to me why that would be...

Ah, good thinking! Good luck, let me know if I can help :bow:

Not sure of the cause, sorry. I don't have a tonne of time to work on this but if you have suggestions or ideas, please follow up :bow: