I want to use a navigation bar, and I realize that it has title
and prompt
.
What is the difference between them?
I want to use a navigation bar, and I realize that it has title
and prompt
.
What is the difference between them?
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"
Here Basic is the title.
Sentence in the top portion is the prompt