Skip to content

Templates clean swift conform The Official raywenderlich.com Swift Style Guide.

License

Notifications You must be signed in to change notification settings

teamkaidee/iOS-clean-swift-templates

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

20 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Clean Swift Templates

clean-swift

Refactor templates clean swift conform The Official raywenderlich.com Swift Style Guide.

Method braces and other braces (if/else/switch/while etc.) always open on the same line as the statement but close on a new line.

if user.isHappy {
  // Do something
} else {
  // Do something else
}

To install the Clean Swift Xcode templates, run

make install_templates

To uninstall the Clean Swift Xcode templates, run

make uninstall_templates

About

Templates clean swift conform The Official raywenderlich.com Swift Style Guide.

Resources

License

Stars

Watchers

Forks

Packages

No packages published