SwipeMenuViewController
SwipeMenuViewController copied to clipboard
Swipable tab and menu View and ViewController.
I have added RT language support. Please verify and merge.
Where do we have to assign this IBOutlet in the storyboard? `@IBOutlet weak var swipeMenuView: SwipeMenuView!`
hey, Swipe menu load all menuView at once. if you have more than 5 view your app is waiting to add these views. It has a really bad performance effect....
TabView title color transition did not support monochrome colors such as black, white and grays. So, I've modified the UIColor extension to support monochrome color transitions.
Hi, In other language supported well, but in my project also support Arabic language. and when i change device language, Content not show.
I want to add a Gradient color to TabView. I am using : ` var options = SwipeMenuViewOptions() options.tabView.(I need to detect a UIView() here so I can customize it)...