Open kkevinnpatel opened 6 years ago
You need to go class SwipeMenuView and find 'var tabView: TabView?' and replace with this
open fileprivate(set) var tabView: TabView? {
didSet {
guard let tabView = tabView else { return }
tabView.dataSource = self
tabView.tabViewDelegate = self
tabView.semanticContentAttribute = .forceLeftToRight
addSubview(tabView)
layout(tabView: tabView)
}
}
Still not working ..please help
Hi, I have added RTL language support. You can check on following URL [https://github.com/AbdulRehmanWarraich/SwipeMenuViewController].
I have created pull request and waiting to get merged in main branch.
Hi @AbdulRehmanWarraich, Can you please explain? I still have no idea.
Hi @yysskk, Will it support RTL with Arabic language? In my case swipeMenuViewController is working fine with LTR(English). But when I switched to RTL(Arabic), the swipeMenu is disappeared. But when I scroll the swipeMenu from left to right, it is showing, but when I release the scroll, it again get disappeared. Please help me.
Hi, In other language supported well, but in my project also support Arabic language. and when i change device language, Content not show.