i can set a background color like :rootViewController.view.backgroundColor = [UIColor colorWithRed:(35.0/255.0) green:(92.0/255.0) blue:(78.0/255.0) alpha:1];
how can i set in rootViewController an image background ?
i can set a background color like :rootViewController.view.backgroundColor = [UIColor colorWithRed:(35.0/255.0) green:(92.0/255.0) blue:(78.0/255.0) alpha:1];
how can i set in rootViewController an image background ?