Contributions are welcome.
In order not to blow this repo up with fairly special snippets that aren't of any general use, please first open up an issue to discuss any proposals. Same goes for fixes to existing snippets.
Please obey these guidelines:
- Stick to the Singleton Manager Class / Static Actor Class / Static Info Struct structure of this repo.
- For commit messages:
- Follow the syntax described here.
- For code:
- Follow the file structure guide described here.
- Don't produce any SwiftLint warnings or errors.
- For file headers in Swift source files:
- Use the following format:
//
// [File Title].swift
// SwiftyHelpers[Tests]
//
// Created by [Your Name] on [Day (2 digits)].[Month (2 digits)].[Year (2 digits)].
// Copyright © 2018 Piknotech. All rights reserved.
//