how to add image as background to my rootview in navigation controller programmatically...
thanks for that answer for navigation bar hide,....
how to add image as background to my rootview in navigation controller programmatically...
thanks for that answer for navigation bar hide,....
self.view.backgroundColor = [UIColor colorWithPatternImage:[UIImage imageNamed:@"background.png"]];
in viewDidLoad