1

how to add image as background to my rootview in navigation controller programmatically...

thanks for that answer for navigation bar hide,....

Linux world
  • 3,750
  • 11
  • 44
  • 59

1 Answers1

2

self.view.backgroundColor = [UIColor colorWithPatternImage:[UIImage imageNamed:@"background.png"]]; in viewDidLoad

Kolin Krewinkel
  • 1,376
  • 11
  • 12