SwipeMenuViewController
SwipeMenuViewController copied to clipboard
Swipable tab and menu View and ViewController.
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;...
 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