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

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: May 25, 20262026-05-25T03:09:19+00:00 2026-05-25T03:09:19+00:00

I want to display PickerView when I click the button. I have a view

  • 0

I want to display PickerView when I click the button.
I have a view which has 3 buttons. In the corresponding actions to the buttons, I have alloc’ed and init’ed the pickerView as follows:
pickerView = [[UIPickerView alloc]init];
Also I have added the PickerView to the Subview as follows:
[self.view addSubview:pickerView];

I’ve also subclass’ed my class with UIPickerViewDataSource and UIPickerViewDelegate as follows:
MyClass : UIViewController

By NSLoging i saw that PickerView DataSource and Delegate methods are not getting called.
When I click(TouchUpInside) the button, the view shows up pickerView with origin=(0,0) which should be at bottom and pickerView appears total Black. I fixed the PickerView’s frame by using:
pickerView.frame = CGRectmake(0,180,320,260);

I googled to check when the pickerView’s DataSource and Delegate method are called but I couldn’t find the proper answer.

I also tried the “hidden” property here as follow:
In viewDidLoad method:
pickerView.hidden = YES;
In the method which is called after clicking button:
pickerView.hidden = NO;

Help me please. I’m new to Objective C.

  • 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-25T03:09:20+00:00Added an answer on May 25, 2026 at 3:09 am

    If you create your picker programmatically – did you actually set its delegate and dataSource?

    // Assuming that delegate and data source is controller where picker is created
    pickerView.delegate = self;
    pickerView.dataSource = self;
    
    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

I have this XML i want display all fields on the uiview which comes
I have a recipient picker view. But I want to display only contacts that
I have a simple quiz application and I want display a nice timer /
I have db with this table (TableToDo): http://goo.gl/NlTEk I want display all records in
I want display images in gallery view it want to focus to paticular image
I want to display calendar with some notes/events which i stored in database. In
I have a problem with my datatable, I want display the information of a
i want to display some information in a listview using the GridView. i have
I want to display the current host and database names in a view. Where
I have UIPickerView with two columns and in one column I want to display

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.