Ricardo Ruiz Lopez

Results 50 comments of Ricardo Ruiz Lopez

If NSOperationQueue is built on the top of GCD, how is possible that NSOperationQueue has a feature that GCD doesn't? (Unless this feature was inplemented manually by API developers)

This bug is a problem, our entire project uses variable height cells! We will take a look later. Any idea?

@rnystrom Is there any sample code where I could see this library and calculating the height manually? @LivioGama Do you have a sample project with your code? Thanks a lot....

@dhavalcue I tried that (without the caching). I mean, I tried to get the cell inside sizeForItem calling cellForItem and them apply something like: let cell = FeedCommentCell(frame: .zero) cell.fillWithData()...

It's working fine for me. I instantiate another cell, I apply autolayout using the context width, I take the height and I return that number in the size method. Not...

I have the same issue @romanandreyvich Did you fix it? Thanks.

I was going to open exactly the same issue until I realised it was already done. This should be public.