Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/jstart/Swiftly-Typed-Resources
A playground showing how Swift makes Strings, Colors, Fonts, Images, etc easier to deal with.
https://github.com/jstart/Swiftly-Typed-Resources
Last synced: 3 months ago
JSON representation
A playground showing how Swift makes Strings, Colors, Fonts, Images, etc easier to deal with.
- Host: GitHub
- URL: https://github.com/jstart/Swiftly-Typed-Resources
- Owner: jstart
- Created: 2015-08-30T06:17:25.000Z (about 9 years ago)
- Default Branch: master
- Last Pushed: 2017-05-31T00:14:47.000Z (over 7 years ago)
- Last Synced: 2024-04-22T12:31:13.547Z (7 months ago)
- Language: Swift
- Size: 3.35 MB
- Stars: 73
- Watchers: 6
- Forks: 3
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
- Awesome-Swift-Playgrounds - Swiftly Typed Resources - A playground showing how Swift makes Strings, Colors, Fonts, Images, etc easier to deal with. ⏳ (Learning Swift: Advanced Topics)
README
# Swiftly Typed Resources
A playground showing how Swift makes Strings, Colors, Fonts, Images, etc easier to deal with. Built with Xcode 7 beta 6.#### [Follow me on Twitter @iAmChrisTruman](https://twitter.com/iAmChrisTruman)
## Colors
![](Screenshots/Colors.png)
## Fonts
![](Screenshots/Fonts.png)
## Images
![](Screenshots/Images.png)### Inspired by these projects:
* [Natalie](https://github.com/krzyzanowskim/Natalie)
* [SwiftGen](https://github.com/AliSoftware/SwiftGen)
* [SwiftRsrc](https://github.com/indragiek/swiftrsrc)
* [ObjC-CodeGenUtils](https://github.com/puls/objc-codegenutils)