this is the code ,this will show the default size, i want to change the font size of the title becoz this title is too big n not showing the whole only “Cook Great Indian…” is showing…pl let me help out
- (void)viewDidLoad {
self.title = @"Cook Great Indian Recipes";
}
You can not change the font of
title. Instead create aUILabelwith your own customization and assign it as navigationItem’stitleView.