Skip to content

hellofanny/WWDC-Collaborators

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

11 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

WWDC-Collaborators

Combining WWDC 17 Scholarship Playgrounds

Screenshots

How to contribution:

Create your own .swift file in the Collaborators folder.

Create a public class that conforms to the MacApp protocol.

Implement MacApp functions and properties.

Add your custom code in the file you created and make sure all classes,protocols,enums and extensions you create are marked with fileprivate.

Add initializer

Add initializer and initialize the desktop icon and do additonal setup that is needed for your application.

Add an instance of your custom MacApp

Finally add an instance of your custom MacApp class to the desktop apps array.

About

Combining WWDC 17 Scholarship Playgrounds

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Swift 100.0%