Is Apple using a documented method of the SDK in Settings.app, or is it some kind of custom cell / custom header description of a grouped TableView ?
“Storage” is titleForHeaderInSection:. What is “8.6 GB Available – 5.1 GB Used” ?

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.
Storage is the header for
section 0, 8.6 GB Available 5.1 GB Used is the footer text forsection 0. Asphalt startssection 1. Does this make sense to you?Section 0would contain 0 cells.Example Code