RKSwipeBetweenViewControllers icon indicating copy to clipboard operation
RKSwipeBetweenViewControllers copied to clipboard

Swipe between ViewControllers like in the Spotify or Twitter app with an interactive Segmented Control in the Navigation Bar

Results 19 RKSwipeBetweenViewControllers issues
Sort by recently updated
recently updated
newest added

I admit it's hard to tell what's going on by reading the title of this issue but I didn't know how to put it in a better way and I...

I'm not able to hide navigation bar even using [self.navigationController setNavigationBarHidden:YES]; I also have commented code which is responsible to draw SegmentButtons.

How to change the button color when it is clicked in order know that this is is selected tab and the other buttons should have old unselected color.

How to add back button in this ?

How to adjust height of the buttons/tabs?

So far, loving the implementation @cwRichardKim (plus checked out your other projects too and excited to try those out). Thanks for putting this together. How long did it take you?...

The setup code inside `viewWillAppear` should only be performed once. Inside my app it happens that I push a view controller and when navigating back `viewWillAppear` is called again. This...

How to handle Page controller in RKSwipeBetweenControllers which is getting called Twice.

Is their a way to use it instead of **UISegmentedControl** in UISearchController. Or use it along a UISearchBar to make it similar? Please advise.