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

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: May 16, 20262026-05-16T15:56:17+00:00 2026-05-16T15:56:17+00:00

Hey I have a view that has a button that when pressed should modally

  • 0

Hey I have a view that has a button that when pressed should modally present a UIDatePicker. I have the picker showing up properly, but because it is on its own UIView, it is full height, and looks funny. All I want is to get a really quick date input from the user, more like a UIActionSheet than a UIView.

How can I make the UIPicker slide up modally only halfway and have some actions on a toolbar, like done etc?

Thanks

  • 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-16T15:56:18+00:00Added an answer on May 16, 2026 at 3:56 pm

    You could put it on another UIView which has a transparent background, or more simply, don’t use presentModalViewController, but write your own routine to show it in the current view.

     // Untested code:
     // put this in your current UIViewController (the one where you were going to call presentModalViewController:)
    
     - (void)showPicker:(UIPickerView *) picker{
          CGRect startFrame = picker.frame;
          CGRect endFrame = picker.frame;
          // Set the start position to below the bottom of the visible frame:
          startFrame.origin.y = self.view.frame.size.height;
          // Set the end position to slid up by the height of the view, so it will just fit:
          endFrame.origin.y = startFrame.origin.y - endFrame.size.height;    
          picker.frame = startFrame;
    
          [self.view addSubView:picker];
          [UIView beginAnimations]
          picker.frame = endFrame;
          [UIView commitAnimations];
     }
    

    You would of course need to add all the necessary code to keep a pointer to the picker and keep track of when to show and get rid of it.

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

Sidebar

Related Questions

Hey guys, I have a Table View that has been populated with 21 data:
hey there i have this code that should save a file from sql server
Hey guys, I currently have a root table view which has a toolbar at
Hey all, this is a newbie ASP.NET MVC question. I have a view that
Hey, I have an iphone program that has a parser that parses some XML
Hey I have downloaded one of the xml editors from some site. But don't
Hey I have a really annoying IE7 bug that I am trying to work
Hey I have this code but it doesn't work because it is expecting a
Hey we have a library class (lib/Mixpanel) that calls delayed job as follows: class
I have an image that is animating, until you press the button that says

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.