Peter Steinberger
Peter Steinberger
Is this really still being used? Why not go with `NSURLSession`?
Didn't someone else just add this PR? I'm just using `NSURLSession` so not really maintaining this anymore.
It still works - I just generally recommend to use `NSURLSession` unless you need iOS 5/6 support.
hmm, what happens if you compile the above without ARC? What object is deallocated? the cell (enable NSZombies to see)
And without ARC? > On 30 Dec 2015, at 20:10, avnerbarr [email protected] wrote: > > Yes. The cell is deallocated. > > ― > Reply to this email directly or...
Can anyone share a runnable sample that crashes? (lazy me here asking) Can build one my self and look into that as well, might just take a bit longer.
Thank you! I'm working on a replacement for Aspects: https://interposekit.com/ - it has SwiftPM support as well. Not sure yet what I do with this repo.
That's a good question. We use the fact that blocks are also objects in Objective-C; and the type signature is parsed at runtime.
I asked Twitter and a few people responded. Try https://twitter.com/jckarter/status/610484016848842752 (https://twitter.com/jckarter/status/610484089494212609)
Hi, if you post some code I can help.