Please do not post the same thing multiple times. The board software automatically flags certain posts as needing moderator attention. This happens the most often for new users. I'm pretty sure this is made clear at the time you attempt to post. Posting the same thing over and over again just makes that many more posts the moderators have to weed through later. This makes us sad. Don't make us sad. If your post/thread doesn't appear, just wait a while. Don't post it again. If it hasn't shown up by the next day, then you can try again. I normally go through posts in the mornings, and try to check a few times throughout the day, but I'm not here 24/7. There will typically be a significant delay before posts are approved. Just be patient.
UITableView sections with Core Data, NSFetchedResultsController
First, some background info:
I'm currently building an app that uses core data and a UITableView. The user can add entries to the tableview, but I want to be able for the user to divide up the TableView into 3 sections. Not alphabetically, or based off of date, but for them to be able to choose which of the 3 sections to put it in. They could be named 0, 1 and 2.
The code I'm using is from Tim Roadley's Core Data tutorial. You can download the source code that's similar to what I have here:
Core Data Basics Part 3 Editing and Deleting Tim Roadley. It uses a NSFetchedResultsController. If anyone can help at all, I would appreciate it so much. I'm really quite a novice at iOS development, and I'm lost at this part. Thank you so much!
:)
0 •