Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

How to use 9-patch images in IOS?

Tags:

ios

nine-patch

I want to use 9-patch images in my IOS app. Is it possible?

like image 957
Adams Avatar asked Jul 12 '12 07:07

Adams


1 Answers

Look into UIImage's method resizableImageWithCapInsets:(UIEdgeInsets)capInsets.

like image 154
Amy Worrall Avatar answered Sep 22 '22 09:09

Amy Worrall