Warning: printf() [function.printf]: Too few arguments in /home/vocaro/vocaro.com/trevor/blog/wp-content/plugins/recent-comments-with-avatars/comments.php on line 134
on Resize a UIImage the right way [...] Resize a UIImage the right way 源代码 [...]
Trevor on Resize a UIImage the right way For more details about the category warning:
http://www.iphonedevsdk.com/forum/iphone-sdk-development/99057-new-xcode-4-3-compiler-warnings-categories.html
Joe D'Andrea on Resize a UIImage the right way OK! Easy fixes. First, instead of @interface UIImage () you want @interface UIImage (PrivateRoundedCorner). Then it will compile without errors. ...