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

  • SEARCH
  • Home
  • 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 4110170
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: May 20, 20262026-05-20T21:53:57+00:00 2026-05-20T21:53:57+00:00

I want to have a table view that is blank at start. The user

  • 0

I want to have a table view that is blank at start.

The user will be able to add entries and sub entries to design a workout routine.

For example, table is blank at first, then user adds “Day 1”, and adds bench press, bicep curl, etc. into this Day 1 sub table. Then he adds a Day 2, and adds some other exercises in there.

I already have all these strings that user can choose from in a plist that is loaded into a different table that just sorts these strings my muscle group. What is the best way to go about this?

I hope my question is clear if not I will try better to reword it.

  • 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-20T21:53:58+00:00Added an answer on May 20, 2026 at 9:53 pm

    I’ve done something similar where I actually just wrote the contents of my array out to a PLIST file and steered clear of the keyed archiver. You can’t use this approach if you have custom objects in your array. I believe your array (or dictionary) contents can only be of type nsstring, nsnumber, nsdata, nsarray, nsdate and nsdictionary (there could be more?!?).

    I have a singleton that controls loading and writing the data from/to local storage. It also contains the single array object that I manipulate from my various view controllers.

    Within init, I load my array property (deep mutable copy is a category method I’ve built for nssarray):

    - (void) loadYourArray {
    NSArray *tempArray = [NSArray arrayWithContentsOfFile:[Utils getFileStorageLocation]];
    if (tempArray == nil) {
        yourArray = [[NSMutableArray alloc] init];
    } else {
        yourArray = [[NSArray deepMutableCopy:tempArray] retain];
    }}
    

    when I’m ready to save my data, I simply call a persist method:

    - (void)persistYourArray:(BOOL)broadcast {
    [yourArray writeToFile:[Utils getFileStorageLocation] atomically:YES];
    
    if (broadcast) {
        // notify some peeps
    }}
    
    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

i have a not custom table view view that i mean that i'm using
I want to use a temp directory that will be unique to this build.
I would like to create user in my user table when new user have
If all tables I want to delete from have the column gamer_id can i
I want to have generalised email templates. Currently I have multiple email templates with
Let's say I have a UITableView that is part of an iPad app doesn't
XML Categary tag is same data For me i got twice in table View
I have a Project table and a Organization table. Project has a many to
I have a snippet to create a 'Like' button for our news site: <iframe
Let say I have the following desire, to simplify the IConvertible's to allow me

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.