How do I get an image from an UIButton? 如何获取uibutton设置的uiimage

UIImage*img =[button imageForState:UIControlStateNormal];
原文地址:https://www.cnblogs.com/lisa090818/p/3700758.html