Swift version: 5.6
You can put any type of UIView
behind a table view, and iOS automatically resizes it to fit the table. So, adding a background picture is just a matter of using a UIImageView
like this:
tableView.backgroundView = UIImageView(image: UIImage(named: "taylor-swift"))
SAVE 50% To celebrate WWDC23, all our books and bundles are half price, so you can take your Swift knowledge further without spending big! Get the Swift Power Pack to build your iOS career faster, get the Swift Platform Pack to builds apps for macOS, watchOS, and beyond, or get the Swift Plus Pack to learn advanced design patterns, testing skills, and more.
Available from iOS 3.2
This is part of the Swift Knowledge Base, a free, searchable collection of solutions for common iOS questions.
Link copied to your pasteboard.