当我使用以下代码将 UITableView 的背景设置为图像时,大约 20-30px 的图像不会绘制在屏幕的最底部。我对此感到非常困惑,因为图像尺寸为 480 高,而视图为 460 高。图像实际上应该缩小到几乎不适合屏幕。有人可以启发我吗?非常感谢
UIImageView *imageView = [[UIImageView alloc] initWithImage:[UIImage imageNamed:@"Default.png"]];
self.tableView.backgroundView = imageView;