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

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: June 11, 20262026-06-11T23:14:41+00:00 2026-06-11T23:14:41+00:00

I have an NSDictionary json response object which is printed after calling a service

  • 0

I have an NSDictionary json response object which is printed after calling a service URL.

Looks like this:

{
geofenceType="a";
resourceType="b";
requestType="c";
monitoringType="d";
},
{
geofenceType="a1";
resourcetype="b1";
requestType="c1";
monitoringType="d1";
}, ...and so on for different users.

Now I have a button infront of each user in a tableViewController, and on pressing the button, I need to call another service URL which takes as parameters the geofenceType and the requestType of that user. Can you help me with how to pass the parameters.

  • 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-11T23:14:43+00:00Added an answer on June 11, 2026 at 11:14 pm

    Firstly give each cellButton (When created in cellForRowATIndexPath)should be assigned a tag..supposedly indexPath.row.From your response it seems u have array of dictionaries.Set the Array in datasource method.

    Then in the button selector..

    use this

    NSDictionary *dict = [yourArray objectAtIndex:sender.tag];
    

    finally

    NSLog(@"[dict valueForKey:@"geofenceType"]");
    

    shall give u the desired value

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

Sidebar

Related Questions

I have a JSON response from a web server that looks like this: {success:true,
My JSON response looks like this: { themes: [ [ Direction des Routes Secteur
I have a Json Response like this. { ss: 1, tc: 75, pn: 1,
I am trying to parse Json response from This URL . I have used
I have a JSON string (from PHP's json_encode() that looks like this: [{id: 1,
the question explains it all. For instance, if I have a NSDictionary like this
I have an iPhone app which gets a response from a php file. This
I have a .net JSON web service which returns a json string when queried.
I have a NSDictionary that contains data converted from json data, like {message_id:21} .
I have a JSON response that I turn into a Dictionary like so: NSError

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.