Use iOS 7 swipe from left border in Navigation without Top Bar
NickName:MikeB Ask DateTime:2013-11-08T03:41:18

Use iOS 7 swipe from left border in Navigation without Top Bar

I am currently working on an app that has two or more views and I want to swipe around between them. Right now I'm using a Navigation Controller. Unfortunately if I use push to swipe to another view the transition is always from right to left. It used to be a problem that the swipe from left to right transition was not available.

With iOS 7 the transition from left to right (back) is working out of the box but the swipe gesture only works if you have the "Top Bar" activated.

Is there a way to keep the animation for my left to right swipe without displaying the top bar with the back button?

Copyright Notice:Content Author:「MikeB」,Reproduced under the CC 4.0 BY-SA copyright license with a link to the original source and this disclaimer.
Link to original article:https://stackoverflow.com/questions/19845120/use-ios-7-swipe-from-left-border-in-navigation-without-top-bar

More about “Use iOS 7 swipe from left border in Navigation without Top Bar” related questions

Use iOS 7 swipe from left border in Navigation without Top Bar

I am currently working on an app that has two or more views and I want to swipe around between them. Right now I'm using a Navigation Controller. Unfortunately if I use push to swipe to another vie...

Show Detail

iOS top left back button without visible navigation bar

I am developping an iOS application with UIKit and a Storyboard in Xcode 11.1. I have a ViewController (embedded in a Navigation Controller) that contains a fullscreen MKMapView. I would really like

Show Detail

Full Screen, Immersive Mode, disable left swipe navigation bar

Is it possible while in full screen immersive mode to disable the left swipe gesture opening the main navigation bar, so that it can only be opened swiping from the top? When developing full screen...

Show Detail

iOS 7 Navigation bar wrong content

I have a problem with navigation bar in iOS 7. iOS 8 and iOS 9 work fine. I will try to explain, I cannot show screenshots. I have MainViewController. That primary controller is embedded in Navig...

Show Detail

iOS 7: swipe between table views with navigation bar at the bottom

I am new to IOS, and developing an app that has navigation bar at the bottom to switch between views by tapping the tabs in the bar. Now, I would like to add in swipe gesture so users can also change

Show Detail

IOS 7 Navigation bar overlapping Navigation bar

I had developed an app earlier for ios 4 and above, in which I had used 2 navigation bars on top. 1 was a global bar common for all the views and the other changed with the views. In IOS 7 the mai...

Show Detail

How to swipe UIPageViewController from Navigation Bar

I am trying to make a UIPageViewController which can also be swiped from the navigation bar. Tinder ios app has a good example of this. I cannot add the navigation bar inside the content view

Show Detail

iOS7 Status Bar over Navigation Bar

I'm testing my application with iOS7 and I have an issue with status bar. Basically the status bar appear over navigation bar like the image below: I try to call in my viewDidLoad self.

Show Detail

Swipe gesture without messing the navigation bar?

This is hard to explain but i'll try my best. I have a Table View controller that leads to 10 View controller. All the View controllers have a navigation bar title (The titles are the 10 objects fr...

Show Detail

iOS 7 Retina Display Cuts top portion of Navigation Bar

iOS 7 Retina Display Cuts top portion of Navigation Bar after simply viewing a YouTube video or go to a URL that streams music. The Navigation Bar remains cut of at the top through out the app. Alm...

Show Detail