RFAboutView icon indicating copy to clipboard operation
RFAboutView copied to clipboard

Customization not working

Open fabiosoft opened this issue 10 years ago • 0 comments

I can't customize the navigation bar... In my AppDelegate.m

RFAboutViewController *aboutView = [[RFAboutViewController alloc]initWithAppName....
aboutView.navigationViewBackgroundColor = [UIColor blackColor];
aboutView.navigationBarTitleTextColor = [UIColor whiteColor];
.
.
.
 _aboutNavigation = [[UINavigationController alloc]initWithRootViewController:aboutView]; [self.window.rootViewController presentViewController:_aboutNavigation animated:YES completion:nil];

But nothing changes...

fabiosoft avatar Sep 16 '15 11:09 fabiosoft