-
Notifications
You must be signed in to change notification settings - Fork 1.3k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Rewrite Swift Example #1002
Rewrite Swift Example #1002
Conversation
maicki
commented
Jul 1, 2018
- Switch to Unsplash API
- Use new 4.x features like Codable
- Cleanup code
- We should think of moving this example back into the normal examples folder
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Skimmed through the source code and looks fine to me. Requesting changes since I think it's important to preserve the original copyright of OrderedDictionary
. Will approve as soon as it's fixed.
@@ -0,0 +1,610 @@ | |||
/// A generic collection for storing key-value pairs in an ordered manner. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I think we need to include copyright and license notices of the original author here.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Yep I will change that, but also ask him if he can merge in the Cocoapods PR they have open so we can just pull it in via that. That said I changed some stuff around to improve the runtime of checking if a key is in the dictionary that I will try to get in the main repo before.
ea0ee60
to
725e821
Compare
@nguyenhuy Just added the license header to |
Generated by 🚫 Danger |
* Rewrite Swift Example * Add license header to OrderedDictionary