ref: http://stackoverflow.com/questions/20481118/background-image-uitableview-changes-when-scroll
http://stackoverflow.com/questions/1960603/iphone-fixed-position-uitableview-background
1 2 3 4 5 |
Make the background on a view layer behind the TableView, not on the TableView itself and then set a clear background on the UITableView or... Set the tableview.backgroundView not the backgroundColor |