@jenniferplusplus
The delegate pattern is for A→B patterns where B is tightly coupled to the •client• of A, e.g. A is a table view UI element and B provides the data to show in the table. Think callbacks, but expanded to have multiple entry points and possibly be stateful.
2/2