Sign Up

Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.

Have an account? Sign In

Have an account? Sign In Now

Sign In

Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.

Sign Up Here

Forgot Password?

Don't have account, Sign Up Here

Forgot Password

Lost your password? Please enter your email address. You will receive a link and will create a new password via email.

Have an account? Sign In Now

You must login to ask a question.

Forgot Password?

Need An Account, Sign Up Here

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.

Sign InSign Up

The Archive Base

The Archive Base Logo The Archive Base Logo

The Archive Base Navigation

  • Home
  • SEARCH
  • About Us
  • Blog
  • Contact Us
Search
Ask A Question

Mobile menu

Close
Ask a Question
  • Home
  • Add group
  • Groups page
  • Feed
  • User Profile
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Buy Points
  • Users
  • Help
  • Buy Theme
  • SEARCH
Home/ Questions/Q 6955949
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: May 27, 20262026-05-27T14:48:13+00:00 2026-05-27T14:48:13+00:00

Is Apple using a documented method of the SDK in Settings.app, or is it

  • 0

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” ?

enter image description here

  • 1 1 Answer
  • 0 Views
  • 0 Followers
  • 0
Share
  • Facebook
  • Report

Leave an answer
Cancel reply

You must login to add an answer.

Forgot Password?

Need An Account, Sign Up Here

1 Answer

  • Voted
  • Oldest
  • Recent
  • Random
  1. Editorial Team
    Editorial Team
    2026-05-27T14:48:14+00:00Added an answer on May 27, 2026 at 2:48 pm

    Storage is the header for section 0, 8.6 GB Available 5.1 GB Used is the footer text for section 0. Asphalt starts section 1. Does this make sense to you?

    Section 0 would contain 0 cells.

    enter image description here

    Example Code

    - (NSInteger)numberOfSectionsInTableView:(UITableView *)tableView{
        return 2;
    }
    
    - (NSInteger)tableView:(UITableView *)tableView numberOfRowsInSection:(NSInteger)section{
    
        if ( section ==0 ) return 0;
        if ( section ==1 ) return 20;
    
        return 0;
    }
    
    - (NSString *)tableView:(UITableView *)tableView titleForHeaderInSection:(NSInteger)section {
    
        if ( section ==0 ) return @"Storage";
        if ( section ==1 ) return nil;
    
        return nil;
    }
    
    - (NSString *)tableView:(UITableView *)tableView titleForFooterInSection:(NSInteger)section {
    
        if ( section ==0 ) return @"9.11 TB Available              4.29 GB Used";
        if ( section ==1 ) return nil;
    
        return nil;
    }
    
    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

I am using apple's custom table view cell code and modifying the drawRect code
If Apple doesn't want developers using private APIs in the iPhone SDK, why don't
I am using some code which was originally taken from the Apple sample ViewTransitions
I'm using Apple Document to create an app.I succeed in connection to the server,
I am trying to develop a document based mac app using this Apple walkthrough
Apple advises using the following code to detect whether running on an iPad or
i am using apple's sample URLCache ,but when i mention url, it loads data
I've come across this issue in my application, and have reproduced it using Apple's
Apple strongly recommends using the binary plist format when reading large XML-based data sets
Using the Apple OS X Cocoa framework, how can I post a sheet (slide-down

Explore

  • Home
  • Add group
  • Groups page
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Users
  • Help
  • SEARCH

Footer

© 2021 The Archive Base. All Rights Reserved
With Love by The Archive Base

Insert/edit link

Enter the destination URL

Or link to existing content

    No search term specified. Showing recent items. Search or use up and down arrow keys to select an item.