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

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: June 13, 20262026-06-13T12:25:24+00:00 2026-06-13T12:25:24+00:00

So I implemented a PickerView and everything works fine when I pick some value,

  • 0

So I implemented a PickerView and everything works fine when I pick some value, but if I don’t pick anything the

- (void)selectRow:(NSInteger)row inComponent:(NSInteger)component animated:(BOOL)animated

is not called. And I want if user doesn’t pick a value, the first value is picked.

So I implemented:

-(void)viewDidAppear:(BOOL)animated
{
    [pickerView selectRow:0 inComponent:0 animated:YES];
}

but it doesn’t work. Why isn’t selectRow:inComponent: method called after this?

  • 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-13T12:25:24+00:00Added an answer on June 13, 2026 at 12:25 pm

    Make a new function to be called when you start. If you want the code input to be read when you start the app, you need to put it under the viewDidLoad

    - (void)viewDidLoad
    {
    [super viewDidLoad];
    [updateWheel];
    {
        [super viewDidLoad];
        }
    
     #Pragma Mark pickerWheel Delegate
    - (void)updateWheel
    {NSString *wheel1 = [wheel1 objectAtIndex:[picker selectedRowInComponent:0]];
    aLabelUWantToHaveOutputIn.text = wheel1; 
    } //Whatever code you want to happen
    

    If this doesn’t help, take a look at my project which uses some of the same mechanics.
    http://pastebin.com/WLGq3jvv

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

Sidebar

Related Questions

I implemented the Facebook registration on my website. Everything works fine except that suddenly
I implemented sherlockactionbar in my project and it works great, but I don't know
I have implemented the following function: - (UIView *)pickerView:(UIPickerView *)pickerView viewForRow:(NSInteger)row forComponent:(NSInteger)component reusingView:(UIView *)view
The implemented solution worked fine in IOS4, but now in IOS6 it refuses to
I implemented a TableView to show up a PickerView when a particular row is
Having implemented CLogClass to make decent logging I also defined macro, but it works
-(NSString)pickerView:(UIPickerView *)pickerView titleForRow:(NSInteger)row forComponent:(NSInteger)component when i try to implement this method, i get the
I implemented some code using backbone.js in Asp.NEt MVC3 and found backbone.js very helpful.
I implemented Gallery using Horizontal scroll view by referring some tutorials on google. I
I implemented an http server using javascript and Node.js. for some reason when the

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.