Vinnie Hesener

Results 16 comments of Vinnie Hesener

Yes, of course. Take a look at the notes on contributing and submit a PR when ready https://github.com/vhesener/Closures/blob/master/CONTRIBUTING.md

Feel free to send a link showing incremental progress if you want some early feedback before submitting. Thanks

Package manager support is currently in PR review. Stay tuned :)

Updated the tags for proper SPM parsing. I have tested this in latest Xcode. Proverbial "try now".

See here: [https://stablekernel.com/how-to-prevent-memory-leaks-in-swift-closures/#toc_2](https://stablekernel.com/how-to-prevent-memory-leaks-in-swift-closures/#toc_2). ```swift button.onTap(handler:{ [weak self] in self?.doStuff() }) ```

If you can help me understand the problem, I'll be able to help you and also help myself in order to provide the best solution for your (and other's) use...

Ah ok. Yes, I just saw this bug yesterday and fixed it. Please upgrade to v0.3, as it is fixed there. I will leave this issue open, however, because I...

Objects are removed without additional code. This issue is for an enhancement to have it explicitly removed. If you are having those types of issues you'll have to post a...

Hi @Droppix, are you aware that [NotificationCenter has a built-in API based on closures](https://developer.apple.com/documentation/foundation/notificationcenter/1411723-addobserver)? If so, can you help me understand how Closures can help? Thanks!

Good suggestion. I feel like this one needs to go in soon along with UIBarButtonItem.