需求:UIButton 常態(tài)為靜態(tài)圖片驻啤,選中狀態(tài)為動態(tài)圖片
實(shí)現(xiàn)效果:
實(shí)現(xiàn)gif動態(tài)
UIImage *customImg = [UIImage animatedImageNamed:gifName duration:2];
[button setImage: customImg forState:UIControlStateSelected];
這個(gè)效果很簡單,主要是提供給自己一種思路昆汹,Mark一下序矩。