Tableview Title Help

You must Login before you can answer or comment on any questions.

hi i would like to know if there is a way to have coded in two titles for each item in table view. native to iOS and Android. For example Show title of Tab on top and below that show a dollar amount or the actual option that is enabled.

1 Answer

Accepted Answer

You can make a custom tableViewRow from other view elements. Simply build your layout in a view and add that view to the row.

— answered 9 months ago by Anthony Decena
answer permalink
3 Comments
  • would it be like title and then subtitle? thats basically what i want

    — commented 9 months ago by Luis Martinez

  • It can be in any format you want. You make the view look however you want it to look, then add it to the row.

    — commented 9 months ago by Anthony Decena

  • thanks

    — commented 9 months ago by Luis Martinez

Your Answer

Think you can help? Login to answer this question!