Get strong typed, autocompleted resources like images, fonts and segues in Swift projects.
Why use this?
It makes your code that uses resources:
- Fully typed, less casting and guessing what a method will return
- Compile time checked, no more incorrect strings that make your app crash at runtime
- Autocompleted, never have to guess that image name again

Leave a Reply
You must be logged in to post a comment.