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

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: May 13, 20262026-05-13T05:50:57+00:00 2026-05-13T05:50:57+00:00

I have already created a project to read a file and also to display

  • 0

I have already created a project to read a file and also to display it. Now i need to create a hashtable and access the data from the created file( text file ) in Objective-C for iPhone-OS. Pls do give suggestion…

  • 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-13T05:50:57+00:00Added an answer on May 13, 2026 at 5:50 am

    Your question does not make sense.

    A hash-table (I think you’re referring to what we call an NSDictionary, or a set of key-value pairs) is a data structure.

    A file is a series of bytes that can be interpreted in a multitude of ways. It can be interpreted as audio, video, or textual data. It can be interpreted as something entirely different.

    So you want to “create a hashtable”. That’s easy enough:

    NSDictionary * myDictionary = [[NSDictionary alloc] init];
    

    And you want to access the data from the created file:

    NSString * fileContents = [[NSString alloc] initWithContentsOfFile:pathToFile encoding:NSUTF8StringEncoding error:nil];
    //or
    NSFileHandle * fileHandle = [NSFileHandle fileHandleForReadingAtPath:pathToFile];
    

    What you do beyond that is unspecified in your question.

    EDIT:

    You want to know how to access the file contents “automatically”. Well, using the NSString method above, you can parse it yourself. Using the NSFileHandle method you can read in the bytes yourself. The only way to get a file to automatically convert into an NSDictionary is to use -[NSDictionary initWithContentsOfFile:]. However, in order to use that, you have to have previously used -[NSDictionary writeToFile:atomically:] to create the file.

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

Sidebar

Related Questions

I'm new to Eclipse/Java/Android I have already created this project, but I wanted to
I'm working on a project where I have to take data from one source
I know I have already answered a similar question ( Running Batch File in
I have a repository which I have already cloned from Subversion. I've been doing
I believe several of us have already worked on a project where not only
I created a small script I use for 'cleaning' sitemap file from certain links.
I have already posted something similar here but I would like to ask the
I have already tried PreRenderComplete and unload is too late
I have already googled for this I have a Table with following structure in
The basics have already been answered here . But is there a pre-built PHP

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.