Tim Oliver
Tim Oliver
Sorry for the delay! I just tested this with the SPM integration and it was working fine. Like @IhorShevchuk said, it might be some Xcode configuration issue. Thanks!
Sounds good. :)
Hi @IgorNikiforovV! Are you sure this is an IGListKit issue? The stack trace seems to be indicating an `NSMutableDictionary` being loaded from disk is failing.
Lemme just pipe up in here to say I'm looking at this. I'm actually surprised we didn't have the tests running on tvOS before. There's some additional hurdles to handle...
Hey folks! I'm going through all the PRs to see which ones we can merge for the next version of IGListKit. I agree with @lorixx's assessment that we can probably...
Okay, looks like strongly retaining the adapter from the collection view is fine. I was able to confirm in the sample apps that the collection views are properly deallocated once...
Um. Okay. I just tried running the test suite on it and a variety of tests testing that the collection view and list adapter get destroyed without issue started failing....
Hi @ccworld1000! Thanks for the cool PR! That's a very impressive amount of work rewriting the sample app in Objective-C! I'm so sorry for the delay in reviewing this. We've...
Closing this one off due to inactivity, but feel free to re-open if you want!
Hi folks! I'm so sorry for the amount of time it's taken to get back to this PR. I had a play with the PR in the sample app, and...