SwipeViewController
SwipeViewController copied to clipboard
SwipeViewController is a Swift modification of RKSwipeBetweenViewControllers - navigate between pages / ViewControllers
If there have too many buttons ,it's not well handled, I wanna it has horizontal scroll. But it collapse together. How to make a horizontal scroll. I set equalSpace ,and...
I have a bottom bar with just buttons for each button I call: if let navController = self.navigationController as? SwipeViewController { navController.scrollToNextViewController(2) } But I get this error Terminating app...
Hello Im trying to present a view by calling swipeviewcontroller.present and it works and presents the view but when I dismiss the view all the sudden I cannot swipe to...
Hello, So, I access this VC with a segue and it works. Although, when I tried to make it work with this pod it doesn't open anymore. This is my...
select the equalSpace = true //////////////////////////////////// show the below error buttonDelegate.x = (delegate.viewWidth - 2 * buttonDelegate.offset - totalButtonWidth) / CGFloat(buttons.count + 1)
Is there any way to restrict the pan/swipe to a certain area? I'd like to leave the bottom part of my view as an area where it ignores the gesture....
Is there a way to programmatically switch to next or previous page?
In InterfaceController.m there is following error: Overlapping accesses to 'buttonDelegate', but modification requires exclusive access; consider copying to a local variable
Hi, I wanted to make the navBar of my swipeViewController transparent (like snapshat for exemple).However, when I set it to transparent, there is a problem when setting isTranslucent = true.What...