-
Notifications
You must be signed in to change notification settings - Fork 19
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
Reorganize API to follow Swift 3 API design guidelines #4
Comments
Hi Yoichi, Are you still working on updating this repo to swift3. Gaurav |
Hi! Actually I couldn't take time for the migration. It's really appreciated if you update this repo to Swift 3. The following branch is in the middle of the migration. https://github.com/yoichitgy/SwinjectPropertyLoader/tree/swift3 |
Thanks Yoichi, I am also very busy with current project. However, I'll try my best to complete this. |
Released v1.0.0-beta.2 supporting Xcode 8 with Swift 3. Thanks @gasthana0 for your kind help😃👍 |
👍 thanks Yoichi |
Swift 3 has improved API styles described in the following document.
https://swift.org/documentation/api-design-guidelines/
We should reorganize API of property loader to follow the guidelines.
The text was updated successfully, but these errors were encountered: