setBackgroundImage(_:)
Changes the background image of the group container to the specified image.
Declaration
func setBackgroundImage(_ image: UIImage?)Parameters
- image:
The background image to be displayed behind all items in the group. Specifying
nilremoves the existing image, causing the background color to show through. You may specify an image object that contains multiple images running as an animation.