So color image length will change dynamically. I will use it on the custom graph. What is the best solution for this? now i am using Resize category by extending UIImage.
Thanks advance..
So color image length will change dynamically. I will use it on the custom
Share
For this task you could use instance method of
UIImagestretchableImageWithLeftCapWidth:topCapHeight:. SupposeThis method call will live 4 pix from left & right and 5 pix from top & bottom of your image and will repeat the rest image in middle.
But in your case both values will be Zero.