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

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: June 10, 20262026-06-10T08:11:44+00:00 2026-06-10T08:11:44+00:00

I am making an app that the user could add many accounts and view

  • 0

I am making an app that the user could add many accounts and view it in the UITableView and I am holding the name via NSUserDefaults and once the name is clicked in the UITableView it will open a different page that has many data fields to fill which is DONE.

For example when the user click on John or other name. The user could see his own data. My problem is that how could I show for every user his own data? Also could I make this via NSUserDefaults ?

It smiler to contacts tab in the iPhone. I hope I could explain my problem.

My source code I hope it helps Download Link

  • 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-06-10T08:11:45+00:00Added an answer on June 10, 2026 at 8:11 am

    This answer hasn’t common answer without knowing your architecture and data which you show in table. Generally database greatly solve this problem – you store all data in db and fetch by predicate only needed data –

    NSPredicate *predicate = [NSPredicate predicateWithFormat:@"name== %@", userName];
    NSArray *orders = [Order findAllUsingPredicate:predicate]; // this is prototype method
    

    But database is being used for large amount of data, and if you don’t want to use db or have static data to display then look at plists. You can create plist with nodes

    -John
      -Order1,Order2
    -Mike
      -Order3,Order4,Order5
    ...
    

    Then read this file, and fetch John’s object like this:

    NSDictionary *dict = [NSDictionary dictionaryWithContentsOfFile:pathToPlist];
    johnsObjects = [dict objectForKey:@"John"];
    

    Hope, it will be helpful for you

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

Sidebar

Related Questions

Im making an app that should let the user see video from the camera
I am making and app that you modify images and then you could upload
I'm making an app that allows the user to create files (html) and edit
I am making a Ruby on Rails app and am realizing that my User
i'm making app that the main page include TableView but i want when i
I am making app that takes a screenshot of a URL requested by the
I am making an app that records a destination (a city, state, country, town,
I'm making an app that is requesting data from a Web Service (implementing Soap).
I am making an app that has both a bottom bar and a top
I am making an app that will play sound on events but I can't

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.