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

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

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: June 17, 20262026-06-17T00:00:53+00:00 2026-06-17T00:00:53+00:00

I have a view that has 5 UITextFields that brings up one instance of

  • 0

I have a view that has 5 UITextFields that brings up one instance of a UIPickerView. The problem is that the selector indicator wants to always start at the array position that the previous text field left off. For example I have 2 arrays 1 cat, dog, horse and 2house, barn, school. If i select the first text field and select dog, when I click the second text field the indicator view starts at barn. Currently I just have it set to animate to position 0 of each array, but is there a way that I can have them each start at the 0 position in the array and then save the position of each array using the one instance of the UIPicker? Thanks!

edit: sorry, my syntax prevent some of my question from showing

  • 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-17T00:00:54+00:00Added an answer on June 17, 2026 at 12:00 am

    Use two int iVar for saving indexes of picker while selecting row from picker.

    int a,b;
    BOOL isArray1IsUsedInPicker;
    
    - (void)pickerView:(UIPickerView *)pickerView didSelectRow:(NSInteger)row inComponent:(NSInteger)component
    {
        if(isArray1IsUsedInPicker)
           a=row;
        else
           b=row;
    }
    

    and when you reload the picker according to your array, adjust BOOL variable accordingly

    - (void)textFieldDidBeginEditing:(UITextField *)textField
        {
           // your code ---
            // set  isArray1IsUsedInPicker = YES; if going to use array1 else set NO 
    
            [picker reloadComponent];
    
           if(isArray1IsUsedInPicker)
              [picker selectRow:a inComponent:0 animated:NO];
           else
              [picker selectRow:b inComponent:0 animated:NO];
    
         }
    
    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

I have a view that has a navigationController with two buttons, START (essentially a
I have a view that has a button which brings up a UIActionSheet pop
I have a table view that has embedded UITextFields for entering some data. It
I have a view that has a column to make it sortable. When clicking
I have a view that has a tooltip attribute. I want to set that
I have a view that has multiple views inside it, and an image presentation
Scenario: I have a view that has some DataTemplate resources <DataTemplate x:Key=myDragCueTemplate> <Border Background=Blue
In my app I have a view that is a form that has quite
I'm using MVC2 with VS2010 I have a view that has two partial views
I have a view MainView that has a navigation bar without any navigation controller,

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.