I would like to show an image background when my UITableView is empty. Currently I tried adding a UIImageView to my view controller that contains a table, but XCode doesn\'t all
UITableView has a backgroundView property. Set this property to the UIImageView containing your background image.
UITableView
backgroundView
UIImageView