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

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: June 4, 20262026-06-04T20:34:30+00:00 2026-06-04T20:34:30+00:00

I am working off the base navigation template which has a master-view holding the

  • 0

I am working off the base navigation template which has a master-view holding the navbar etc and finally loads a view inside it when the app is built.

I am wondering how to make it so the user can navigate several views inside this master view without adding anything to the navigation stack like you normally would when changing views inside a navigator app.

The way I plan to transition these views will be with a swipe gesture..

any help would be greatly appreciated, hopefully I have explained my problem well enough as its quite a hard thing to explain.

  • 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-04T20:34:31+00:00Added an answer on June 4, 2026 at 8:34 pm

    I’d go about this using a UIScrollView with pagination.

    But in the case that doesn’t work for you, try this:

    - (void) swipedScreen:(id) sender {
        //I'll leave getNewView to you to implement based on how you want to get the new view
        UIView *newView = [self getNewView];
        self.view = newView;
    }
    
    - (void) setupSwipeGestureRecognizer {
        UISwipeGestureRecognizer *swipeGesture = [[[UISwipeGestureRecognizer alloc] initWithTarget:self action:@selector(swipedScreen:)] autorelease];
        swipeGesture.direction = (UISwipeGestureRecognizerDirectionUp|UISwipeGestureRecognizerDirectionDown);
        [window addGestureRecognizer:swipeGesture];
    }
    
    - (void) viewDidLoad {
        [self setupSwipeGestureRecognizer];
    }
    

    And don’t forget to remove the gesture recognizer wherever you feel appropriate.

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

Sidebar

Related Questions

I created a development branch, called dev, which was based off base, i.e. initially
It's a diff/edit tool, typically used to view/edit differences between the working and base
I'm working off some code for a drop-down menu I found here on stack
I'm working off of a fresh install of VS 11 Beta, on a Windows
I'm working off a relatively clean OS X install. I had Xcode, but removed
I'm working with an off-the-shelf application at my company and there is an interesting
I've been working on and off with a team that's developing an iPhone app.
First off I should say that I don't have any experience in working with
I am working through a programming book and I want to branch off of
First off, let me start by saying that I am totally new to working

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.