SwipeMenuViewController icon indicating copy to clipboard operation
SwipeMenuViewController copied to clipboard

Swipable tab and menu View and ViewController.

Results 36 SwipeMenuViewController issues
Sort by recently updated
recently updated
newest added

public func jump(to index: Int, animated: Bool) { guard let tabView = tabView, let contentScrollView = contentScrollView else { return } if currentIndex != index { delegate?.swipeMenuView(self, willChangeIndexFrom: currentIndex, to:...

**Describe the bug** Hi, I'm using this module as SwipeMenuView, because my controller already extends a my base controller. For each tab I'm using another my controller that extends UITableViewController;...

![ezgif-1-a6e01285523c](https://user-images.githubusercontent.com/17345325/63577491-2996e800-c597-11e9-9aad-b44c9401a54e.gif) We need to have an animation to make text color can change with animation, not after the page changed.

**Describe the bug** Sliding `tabView` is out of place when initially launching the application for the very 1st time. Clicking on the `tabView` will fix the error by itself. This...

**Is your feature request related to a problem? Please describe.** A clear and concise description of what the problem is. Ex. I'm always frustrated when [...] **Describe the solution you'd...

**Is your feature request related to a problem? Please describe.** A clear and concise description of what the problem is. Ex. I'm always frustrated when [...] **Describe the solution you'd...

**Describe the bug** A clear and concise description of what the bug is. **To Reproduce** Steps to reproduce the behavior: 1. Go to '...' 2. Click on '....' 3. Scroll...

I want to update the titles for tabs only without reloading the whole thing. how can i do that?

**Describe the bug** Tabview is disappeared on iphone 5s **iPhone (please complete the following information):** - Device: iPhone 5s - OS: iOS 12.1 Edit: After removed this line, everything seems...

I am having an issue, i am trying to add this view to a table view cell however i cant add a child view controller

help wanted