Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Arabic Language not Supported #60

Open
kkevinnpatel opened this issue Sep 12, 2018 · 5 comments
Open

Arabic Language not Supported #60

kkevinnpatel opened this issue Sep 12, 2018 · 5 comments

Comments

@kkevinnpatel
Copy link

kkevinnpatel commented Sep 12, 2018

Hi,
In other language supported well, but in my project also support Arabic language. and when i change device language, Content not show.

@KamleshShingarakhiya
Copy link

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)
        }
    }

@KiranDhokale8118
Copy link

Still not working ..please help

@AbdulRehmanWarraich
Copy link

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.

@hilajqinnovation
Copy link

hilajqinnovation commented Dec 22, 2019

Hi @AbdulRehmanWarraich, Can you please explain? I still have no idea.

@hilajqinnovation
Copy link

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.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

6 participants