标签: objective-c image uibutton imageview
我正在使用EGOImageButton来处理图像的异步下载。我使用uibutton.imageView.contentMode而不是uibutton.contentMode将contentMode设置为Aspect Fit,因为它在iPhone上不起作用所以我使用了前者。当我点击按钮时,按钮内的图像会拉伸到按钮的大小。什么是防止拉伸的解决方案?
请求帮助