UINavigationItem: Difference between title and prompt [closed] UINavigationItem: Difference between title and prompt [closed] ios ios

UINavigationItem: Difference between title and prompt [closed]


Although apple documentation does not provide enough information to understand the difference, you could have got answer by little search.

TitleView - Used to display main title of you controller.

Prompt - Used to provide some additional information to your user.

e.g. You can have title as "Grocery List" with Prompt as "Please select appropriate type"


enter image description here

Here Basic is the title.

Sentence in the top portion is the prompt