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

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: May 27, 20262026-05-27T10:15:56+00:00 2026-05-27T10:15:56+00:00

In the Comcast Xfinity iPad app, there is a small button called Filter by

  • 0

In the Comcast Xfinity iPad app, there is a small button called “Filter by” at the bottom of the screen.

When a user touch the button, a overlay menu will slide up (like the menu UI in Android).

Can anyone give me some hints about how to create this kind of overlay menu?

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-27T10:15:57+00:00Added an answer on May 27, 2026 at 10:15 am

    For this you can create a UIView in your nib and make it look like the menu you need, then in viewdidload you can set its origin to be just off the screen and when you want it to appear just use an animation to slide it up into view and then slide it back off the screen when you’re done.

    In viewDidLoad:

    CGRect frame = [your_menu_view].frame;
    frame.origin.y += frame.size.height;
    [your_menu_view].frame = frame;
    

    When you are ready to show it:

    NSTimeInterval animationDuration = 0.3;//play around with the animation length here
    CGRect frame = [your_menu_view].frame;
    [UIView beginAnimations:@"MenuSlideIn" context:nil];
    [UIView setAnimationDuration:animationDuration];
    frame.origin -= frame.size.height;
    [your_menu_view].frame = frame;
    [UIView commitAnimations];
    

    Then use the same to get rid of it except subtract add its height.

    haven’t tested it but it should work.

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

Sidebar

Related Questions

hi for example this is a plain text paragraph:- Domain Name: COMCAST.NET Registrar: CSC
I would like to recreate the interface below that allows the user to select
Comcast has changed their login process so it happens in two steps. Instead of
My python program involves going to a user-supplied url and then doing stuff on
I've been doing some logging to try and illustrate to Comcast Business the frequency
This error is from a PC connected to a comcast modem. Is port blocking
Using the php mail() function to send out emails when a user requests a
I am porting my VB6 installer to NSIS. Looking at the LST file, there
At my office we use a LAN (connected to internet through Comcast) and 30-50
I have a Spring Roo project I am trying to create based on log4mongo-java

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.