Skip to content
This repository has been archived by the owner on Dec 19, 2022. It is now read-only.

pripyat/UIImage-MemoryAdditions

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commits
 
 
 
 
 
 

Repository files navigation

UIImage's imageNamed: method is useful, but is extremely resource hungry. This class solves this problem by overriding Apple's function with this custom one which behaves the same way, but releases the data instead of caching it, saving a significant amount of memory.

About

Overrides UIImage's 'imageNamed:' method with a more memory efficient one.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published