Это старый вопрос, но после введения appearance
существует гораздо более простой способ установки цвета подсказки (и других свойств), чем добавление подпредставления.
в didFinishLaunchingWithOptions
положить
[[UINavigationBar appearance] setTitleTextAttributes:[NSDictionary dictionaryWithObjectsAndKeys:[UIColor theColorYouWantYourPromptToBe], UITextAttributeTextColor, otherVariables, nil]];