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

how to make underline bottom on all tabview like this ?

help wanted

I tried the example code and embedding ViewController inside a navigation controller. However, when the navigation bar exists, the tabs are hidden. When I start sliding ,then, the tabs appear....

See https://github.com/yysskk/SwipeMenuViewController/issues/25

options.tabView.additionView.padding = UIEdgeInsets.init(top: 0, left: 30, bottom: 0, right: 30); Enter the front desk from the background bar deviation (chinese:设置padding之后,将app退到后台,然后再进入前台,会发现底部的滑块位置偏移了)

it will happened when the underline first showed on screen when padding set

Here I update the `TabView` to accept `NSAttributedString` in lieu of `String`. This enables quite a bit more flexibility with what you add as the title to the tab bar....

**Is your feature request related to a problem? Please describe.** I see in the demo images that the tab underline can be changed to blue, green, etc. Looking at the...

**Describe the bug** If a SwipeMenuView is added to a ViewController (following a reloadData), or reloadData is called on the Demo project (using SwipeMenuViewController) the viewControllerForPageAt is called twice. **To...

I have some buttons at the tabView right side, can you add a right margin value in option.