'What is the difference between UIButton.currentImage and UIButton.ImageView.image?

UIImage *image = button.currentImage
UIImage *image = button.imageView.image


Sources

This article follows the attribution requirements of Stack Overflow and is licensed under CC BY-SA 3.0.

Source: Stack Overflow

Solution Source