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

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: May 27, 20262026-05-27T01:25:50+00:00 2026-05-27T01:25:50+00:00

I am trying to build a app that will have a view hidden unless

  • 0

I am trying to build a app that will have a view hidden unless you pull it from right. For example the Dolphin web browser for iOS has the ability to pull from the right and it will bring up your favorites and some other options. Does anyone know of a way to implement that into a application? Is there some code or tutorials floating around?

Heres the link to the Dolphin iOS App: http://itunes.apple.com/us/app/dolphin-browser-hd/id460812023?mt=8

  • 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-27T01:25:51+00:00Added an answer on May 27, 2026 at 1:25 am
    1. Create two views. ViewA & ViewB
    2. ViewA is the view that loads.
    3. Add ViewB to ViewA with ViewB being off the screen so the user cannot see it.
    4. in ViewDidLoad of ViewA add a UISwipeGestureRecognizer so you can be notified of a swipe gesture.
    5. If swipe happens move ViewB into view with a UITransition.

    in viewDidLoad to capture swipe gesture

    UITapGestureRecognizer *swipe = [[UISwipeGestureRecognizerDirectionRight alloc] initWithTarget:self action:@selector(swipeDetected)];
        [viewA addGestureRecognizer:swipe];
        [swipe release];
    
    -(void)swipeDetected {
         //transition viewB into view of user
         [UIView beginAnimations:nil context:NULL];
         [UIView setAnimationDelay:0];
         [UIView setAnimationDuration:0.75];
         CGRect rect5 = CGRectMake(0, 0, 320, 480);
         viewB.frame = rect5;       
         [UIView commitAnimations];
    }
    
    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

I am currently trying to build a cakephp app that will list items from
I'm trying to build a web app that grabs fantasy sports info from Yahoo's
I'm trying to build an educational app that will have approximately 3-5 completely different
Ok, what I'm trying to do is build a web app that allows students
I am trying to build an app which will have a bunch of cards
I am trying to build a smallish haskell app that will translate a few
Hey guys, I am trying to build an app that will use a compass
I am trying to build a web app with JQTouch. I actually have it
I'm trying to build an app that will display stats for a certain game
I am trying to build a Windows 8 metro-style app that will operate as

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.