0

there is an iphone background image backside of my application. I can see it when i try to scroll a scrollable view too much. you can see it on the photo. Are there any way to change it with another iphone default backgrounds or a custom image?

Thx,

Default iphone background of a window

Edit: I'm not asking for background color and clearColor of a view. This is something like my applications background or something else.

serhats
  • 246
  • 2
  • 7

2 Answers2

1

Try this

 tableView.backgroundColor = [UIColor clearColor];
Sudha Tiwari
  • 2,499
  • 26
  • 50
0

These answers could help

Community
  • 1
  • 1
Mutawe
  • 6,464
  • 3
  • 47
  • 90