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

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: June 4, 20262026-06-04T22:59:38+00:00 2026-06-04T22:59:38+00:00

I have one view like shortcuts view with some buttons. Now when I click

  • 0

I have one view like shortcuts view with some buttons. Now when I click the shortcut button the shortcut view is appear now i want user does not touch the view how can hide the shortcuts view after 8 sec and also user touch the view before 8 sec it will appear.

  • 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-04T22:59:39+00:00Added an answer on June 4, 2026 at 10:59 pm

    You could use UIView animations and move the view out of your screen

    [UIView animateWithDuration:0.333f 
                          delay:8.0f 
                        options:UIViewAnimationCurveEaseOut 
                     animations:^(void) {
                          myView.transform = CGAffineTransformMakeTranslation(0,self.view.frame.size.height);
                               }
                     completion:nil];
    

    In this example I am moving your view to the bottom of the screen, CGAffineTransformMakeTranslation(x,y) moves the frame of your view by the given x and y points

    And to move it back, well, you get the drift 😉

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

Sidebar

Related Questions

I have a FrameLayout view which contains one (MapView-like) control and some additional buttons
I have one function in view like def calculate(request , b) I want that
I have an app that have several views. In one view I would like
I would like to have one view called Example and have the ability to
I have one view with a considerable amount of buttons in it all leading
I have created buttons are programmatically and set the button tags. View Did Load:
i have created one login and register view in that view after login user
I have one image table and image view status table. In each click of
Want to use two models in one view. I have two controllers one for
I have one class with some constant value like below : class MyClass {

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.