I have few questions related to UIColor and UIFont.
I am wondering how heavy will it be on the system if I allocate a bunch of UIFonts and UIColors at the startup time, that I need for the duration of the application running.
Is it expensive to create UIFont and UIColor at run time? Will it improve performance in any way if I pre allocate the same.