I have a sets of customized images from A - Z, and I need to put the images as text onscreen, much like UILabel. So far I tried loading the images according to the string i need, and put it all on the screen. But it gets laggy and memory consumption is very high.
Is there anyway for me to pre-render the images A-Z, and whenever i need it i just specify a rectangular view which points to the A-Z images instead of loading a new one all the time?
Any direction is appreciated