NSDictionary * dict=[NSDictionary dictionaryWithObject:[UIColor whiteColor] forKey:NSForegroundColorAttributeName];
self.navigationController.navigationBar.titleTextAttributes = dict;
self.title,哦哈哈,
self.navigationItem.titleView = [NavBarFactory navTitle:[NSString stringWithFormat:@"%i %@ %i", _currentPageIndex+1, NSLocalizedString(@"of", @"Used in the context: ‘Showing 1 of 3 items‘"), [self numberOfPhotos]]];
时间: 2024-11-25 18:34:01