Android Nine-patch equivalent for other platforms

本小妞迷上赌 提交于 2019-12-10 13:24:39

问题


I have just learned about Android nine-patches idea, and it is a pretty good idea. My question is if it is an Android pattern or there is implementations like that for other platforms, probably differently named.

Thanks!


回答1:


In iOS you can also strech images in code with StretchableImages. You specify the left, right caps and the "rest" is stretched. I think is basicaly the same idea, this is something like a tutorial on it: http://blog.chomperstomp.com/creating-dynamically-re-sizable-buttons-for-iphone-apps/




回答2:


There is another SO question here that mentions a library released under Apache license for iPhone. I haven't used it but is worth checking out.



来源:https://stackoverflow.com/questions/5570818/android-nine-patch-equivalent-for-other-platforms

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!