Another code snippet I find myself using a lot. Check if a delegate (usually self.delegate) responds to a selector, and if so call it:
1 2 3 | |
Configuration

Usage
1
| |
Another code snippet I find myself using a lot. Check if a delegate (usually self.delegate) responds to a selector, and if so call it:
1 2 3 | |

1
| |