Is it possible to display information in TableView as given in screenshot?
Here: ‘MyFund’ is sum of amounts of Rob, Mike and Sam Fund.
I am not sure how will I sum up the amounts and display in Table headers.
Please help!

Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
Hmm. I suppose you could calculate the summation in
sectionIndexTitlesForTableViewas such:but it does mean you’ll be invoking
reloadSectionsa lot on that table view. Moreover, this isn’t entirely the intended purpose of UITableView (though admittedly a really easy way of doing this).