https://github.com/mrazam110/swift-tips
Useful tips while doing development in Swift Language
https://github.com/mrazam110/swift-tips
ios-swift iosdeveloper swift
Last synced: 11 months ago
JSON representation
Useful tips while doing development in Swift Language
- Host: GitHub
- URL: https://github.com/mrazam110/swift-tips
- Owner: mrazam110
- Created: 2018-10-24T10:57:42.000Z (over 7 years ago)
- Default Branch: master
- Last Pushed: 2018-10-24T12:40:33.000Z (over 7 years ago)
- Last Synced: 2025-01-26T00:34:27.908Z (about 1 year ago)
- Topics: ios-swift, iosdeveloper, swift
- Size: 1.95 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Swift Tips and Tricks
A collection of useful tips and tricks for programming in Swift. There are so many interesting ways to use it in various situations.
## References
* [John Sundell's Swift Tips & Tricks](https://github.com/JohnSundell/SwiftTips)
* [Vincent Pradeilles's Swift Tips](https://github.com/vincent-pradeilles/swift-tips)
* [raywenderlich.com Swift Style Guide](https://github.com/raywenderlich/swift-style-guide)
* [The Swift API Design Guidelines](https://swift.org/documentation/api-design-guidelines/)
* [The Swift Programming Language](https://developer.apple.com/library/prerelease/ios/documentation/swift/conceptual/swift_programming_language/index.html)
* [Using Swift with Cocoa and Objective-C](https://developer.apple.com/library/prerelease/ios/documentation/Swift/Conceptual/BuildingCocoaApps/index.html)
* [Swift Standard Library Reference](https://developer.apple.com/library/prerelease/ios/documentation/General/Reference/SwiftStandardLibraryReference/index.html)