Hi,
I've read every answer available for this question that I could find, including this answer here on SO: link text
The best known example of what I am trying to accomplish would probably look like the detail screen of the Contacts app. Some contacts have a phone number and email, others have multiple phone numbers but no email etc. My data is coming in from a remote server and some people records may have a phone number, others may have 3 email addresses but no phone, others may have 2 phone numbers and 2 email addresses etc.
Any suggestions on how to handle this, again using Contacts as an example (grouped table view with variable number of sections and variable rows per section). In the link I posted above, one of the answers that makes sense it to simply use deleteSections:withRowAnimation: but I am unclear how I would go about implementing that in this scenario since I am not using commitEditingStyle, I just want to 'remove' sections on the fly that are empty.
Thank you for your time.