We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8060270 commit eca5c94Copy full SHA for eca5c94
README.md
@@ -1,4 +1,4 @@
1
-# passing-data-using-delegate
+# Swift: Passing Data Using a Delegate
2
3
In this example we will see how a base class can hand off functionality to a secondary class using a delegate.
4
The secondary class will be able to pass data back to the base class while the two classes are decoupled.
0 commit comments