Skip to content

Commit eca5c94

Browse files
authored
Update README.md
1 parent 8060270 commit eca5c94

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# passing-data-using-delegate
1+
# Swift: Passing Data Using a Delegate
22

33
In this example we will see how a base class can hand off functionality to a secondary class using a delegate.
44
The secondary class will be able to pass data back to the base class while the two classes are decoupled.

0 commit comments

Comments
 (0)