Blog Links

Objective C – correctly scaling button & background images

I often find a need to scale buttons and background graphics to the correct size, but leave the edges at the same scale. So taking the button in Fig 1, if you simply scale it normally it looks like Fig 2, however I want to keep the borders the same like in Fig 3. So [...]