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

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: May 19, 20262026-05-19T14:43:28+00:00 2026-05-19T14:43:28+00:00

I have a UIViewController containing its UIView which occupies the available screen (inbetween the

  • 0

I have a UIViewController containing its UIView which occupies the available screen (inbetween the tabbar and nav bar).

I’d now like to add a simple toolbar which is situated at the top of the UIView which will contain some buttons. One of the buttons should display a drop down menu which is displayed as an overlay over the UIView. I’d quite like this menu to be a UITable as it could contain many items.

The problem I’m having is I can’t see the best way to go about this. I’m wondering whether there’s a simple strategy.

Here’s an example of the type of feature I’m looking for…

Menu hidden: http://www.flickr.com/photos/peterevers/3147678219/in/photostream/
Menu displayed: http://www.flickr.com/photos/peterevers/3148550320/

I expect the above example is emulated in UIWebView using HTML/CSS. Is there a “proper” way?

TIA

  • 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-19T14:43:28+00:00Added an answer on May 19, 2026 at 2:43 pm

    I create a UIView, actually I create a new Status Bar, custom Color, graphics, and a clock on it, the menu UIButton has this function called, but make sure also in your H to add the button and the UIView and attach it to the newly created UIView in IB…. IBOutlet UIView *nameofMenuUIView;

    [self addSubview:nameofMenuUIView];
    

    or you could do

    [UIView beginAnimations:nil context:NULL];
    [UIView setAnimationDuration:1.0];
    [UIView setAnimationTransistion:READBELOW forView:self cache:YES];
    [self addSubview:nameofMenuUIView];
    [UIView commitAnimations];
    

    READ BELOW: this READBELOW text above can be changed to 103 104 110 or even page curl up/down etc…. look for Animating UIView’s their is about 6 animations you can use, however 3 of them are dedicated to the camera roll, so pointless for a menu…

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

Sidebar

Related Questions

I have a UINavigationController containing an UIViewController initialized with a UIView. The UINavigationController also
I have an UIViewController which contains a UITableView (subclassed) and another UIView (subclassed). They
In interface builder I have created a UIVIew (the view of a UIViewController) containing
I have a UITableView and each row I cliked display a UIViewController containing information
I have a UIPopOverController that shows a UIViewController with a UITableview in its view.
I have a UINavigationController with a UIViewcontroller containing a tableview that is being presented
Heey, In my iPad application I have a UIPopoverController with a UIViewController containing some
I recently discovered that UIView s should only have UIViewController s when they fill
I have a UIViewController implementation which builds a core image cube and rotates it
I have a custom UIViewController subclass controlling a UISCrollView containing an UIImageView, set up

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.