UIButton not respect Aspect Fill contentMode after resizing animation

  1. Set the button type to UIButtonTypeCustom (“Custom” in a storyboard or xib).
  2. Set the button’s image, not the button’s background image.
  3. In viewDidLoad, set button.imageView.contentMode to UIViewContentMode.ScaleAspectFill.

Leave a Comment