Skip to content

ecravikr/SwiftDelegate

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 

Repository files navigation

SwiftDelegate

Describe how to create delegate and use it

What is delegate?

Delegation is a design pattern that enables a class to hand off (or “delegate”) some of its responsibilities to an instance of another class.

Ex.

Whenever a person enters into a room, room should say hi with person name

About

Describe how to create delegate and use it

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages