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

The Archive Base Latest Questions

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

I had used the below code to get the row index of the UIPickerView

  • 0

I had used the below code to get the row index of the UIPickerView view with two components.
But there is two warnings saying “Local declaration of UIPickerView hides the instance variable. Anyone please help.

- (void)pickerView:(UIPickerView *)pickerView didSelectRow:(NSInteger)row inComponent:(NSInteger)component
{

    int pos1 = [pickerView selectedRowInComponent:0];
    NSLog(@"Row1: %i ",pos1);
    int pos2 = [pickerView selectedRowInComponent:1];
    NSLog(@"Row2: %i ",pos2);


}
  • 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-14T05:23:51+00:00Added an answer on May 14, 2026 at 5:23 am

    You are likely using “pickerView” as the name of your ivar and “pickerView” as the name of one of your input arguments. These conflict and the compiler is warning you that the local one (ie. the input argument of your delegate method) will take precedence. To get rid of this warning, change either the name of your ivar or the name of the argument in your delegate method. For example,

    - (void)pickerView:(UIPickerView *)pv didSelectRow:(NSInteger)row inComponent:(NSInteger)component {
    int pos1 = [pv selectedRowInComponent:0]; NSLog(@"Row1: %i ",pos1);
    int pos2 = [pv selectedRowInComponent:1]; NSLog(@"Row2: %i ",pos2);
    
    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

I want to get zip code from users current location(Latitude, Longitude), I had used
I needed run-time polymorphism, so I used dynamic_cast . But now I had two
I had used the below mention code for a custom left pointed back button
I used this code in my users views and had no trouble: <% if
In the code below, I've defined two overloaded methods named Bar . In Foo()
I had used several ways to do some simple integer arithmetic in BASH (3.2).
Feeling I had not enough control over the chart if I had used a
In the pages so far, I have had used one connection class and one
I'm looking into development standards fro JavaScript. I had previously used Doulgas Crockfords Javascript
I used to use a guitar tab site and it had a feature where

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.