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 6318505
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: May 24, 20262026-05-24T15:38:43+00:00 2026-05-24T15:38:43+00:00

For the sake of this example, let’s say I have a button that every

  • 0

For the sake of this example, let’s say I have a button that every time I press it adds a NSDate into a Core Data entity. I also have a TableView that displays all of the members of that entity.

How can I sort this TableView by NSDate? The format that is coming out is as follows: 2011-08-09 21:52:13 +0000 and I want to sort with the most recent at the top of the TableView.

Thanks in advance.

  • 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-24T15:38:43+00:00Added an answer on May 24, 2026 at 3:38 pm

    If you are using an NSFetchedResultsController (as you should be if you are using Core Data with a UITableViewController), then the code to do so is essentially provided for you. Assuming you use the default Core Data template with a UITableViewController, you should be provided with a fetchedResultsController method. To change the method in which the table sorts its items, simply use this:

    - (NSFetchedResultsController *)fetchedResultsController
    {
        ...
        // Edit the sort key as appropriate.
        NSSortDescriptor *sortDescriptor = [[NSSortDescriptor alloc] initWithKey:@"Date" ascending:NO];
        NSArray *sortDescriptors = [[NSArray alloc] initWithObjects:sortDescriptor, nil];
        ...
    }
    

    Where @"Date" should be replaced with whatever you have named your Core Data entry storing the date as. This should sort exactly as you want it to and is the “appropriate” way to do it if you are using NSFetchedResultsController. If you are not, however, you will have to use timeIntervalSinceReferenceDate to compare and sort each NSDate as tassinari said. I recommend you use an NSFetchedResultsController though.

    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

For the sake of the example, let's say that I have to model the
I have n elements. For the sake of an example, let's say, 7 elements,
For the sake of this question, let's say I have an Excel data source
This is heavily simplified for the sake of the question. Say I have a
For simplicities sake, I'll make up a similar example to what I have: Let's
Simple (I hope), HTML question. Let's say I have a column group that spans
How do I connect 2 different subnet’ed computers? For example sake let’s say the
for the example's sake, let's say my application's domain is a health club, where
For the sake of argument, let's just say I have to create a local
This question is just for a sake of knowledge. I don't have any practical

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.