-
Notifications
You must be signed in to change notification settings - Fork 11
Open
Description
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...
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
No labels