I’ve been looking at a lot of iOS user interfaces that have been customized. I wonder, is it better to customize the UI using images or using libraries like CoreGraphics and Quartz, or is it on a per case basis, as in I use libs for some elements and images for others?
Share
It is very hard to guess your particular situation. I can state that iOS gives us a lot of leverages to make any custom interface. I would use:
The key idea is – to find balance between memory usage and processing time. Note: from my experience – interfaces based on images which created by professional designer looks awesome.