Forked from BeauNouvelle/UIBarButtonItem Closure 1.swift
Last active
February 10, 2025 00:00
-
-
Save ksm/1e662f84e073cd227c31f80699d0c197 to your computer and use it in GitHub Desktop.
Slightly improved version of Beau Nouvelle's UIBarButtonItem closure extension. I hid all the helper classes within the extension and made them private, so as not to pollute the global namespace. Original article: https://medium.com/@BeauNouvelle/adding-a-closure-to-uibarbuttonitem-24dfc217fe72
Very cool! It's an old snippet that I'm sure has decayed quite a bit already. 😉
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
This is a very useful extension. Because of some warnings I made some changes.