Skip to content
This repository has been archived by the owner on Feb 13, 2021. It is now read-only.
/ Rsrc Public archive

This is supposed to be an iOS framework for easy loading resources inside an iOS project

License

Notifications You must be signed in to change notification settings

mkotsiandris/Rsrc

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

16 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

ResourceKit

It is a microframework to ease the way resources are loaded inside a project. The main purpose is to avoid having repetitive code inside a project.

How to use it?

//given that the name of the image file is "Foo.png"
let image: UIImage = Resource(fileName: "Foo", fileExtension: "png")
let image2: UIImage = Resource(fileName: "Foo.png")

About

This is supposed to be an iOS framework for easy loading resources inside an iOS project

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages