PSTDelegateProxy ================ A simple proxy that forwards optional methods to delegates - less boilerplate in your code! When calling optional delegates, the regular pattern is to check using respondsToSelector:, then actually call the method. This is straightforward and easy to understand: What we really want is something like this: Read more on my blog: Smart Proxy Delegation License ======= MIT License.
| Stars | 257 |
| Forks | 15 |
| Language | Objective-C |
| Category | AI Tool |
| License | MIT |
| Quality Score | 47.263782842142/100 |
| Open Issues | 2 |
| Last Updated | 2016-02-13 |
| Created | 2013-07-30 |
| Est. Tokens | ~15k |
Explore other popular ai tool tools:
PSTDelegateProxy is A simple proxy that forwards optional methods to delegates - less boilerplate in your code!. It is categorized as a AI Tool with 257 GitHub stars.
PSTDelegateProxy is primarily written in Objective-C.
You can find installation instructions and usage details in the PSTDelegateProxy GitHub repository at github.com/steipete/PSTDelegateProxy. The project has 257 stars and 15 forks, indicating an active community.
PSTDelegateProxy is released under the MIT license, making it free to use and modify according to the license terms.