Moath othman

Results 35 comments of Moath othman

I think what you have done for the textfield is great if we can only make the placehold alignment to match the user input language direction so arabic start feom...

@alielephant its tricky one , if you have a fix please don't hesitate to submit a pr.

@oenama you can call `reset()` function after ` MOLH.shared.activate(true)` , that should fix it for you,, the reason for the previous behaviour is that the root is already set when...

Can you try the demo project and compare the results Sent from my iPhone On Jun 1, 2020, at 12:56 PM, oenama wrote:  @oenama you can call reset() function...

https://youtu.be/RXyFiy8OEq4 I tried it in the demo , it seems fine, clone the latest code. the code looks like this ``` MOLHFont.shared.arabic = UIFont(name: "Courier", size: 13)! MOLHLanguage.setDefaultLanguage("ar") MOLH.shared.activate(true) MOLH.shared.specialKeyWords...

@oenama I am terribly sorry for the late reply, got really busy and forgot about this issue. for the navigation issue its now fixed 👍 in version 1.4.3 @AbuMandour u...

@AbuMandour hey, can you provide example e.g. screenshots of the ui elements not working.

@AbuMandour @Hzza3 hey guys, can you check this issue https://github.com/MoathOthman/MOLH/issues/64, you need to se the tags for the labels.

@ASamirbadran have you tried ~``` MOLHLanguage.setDefaultLanguage("ar") MOLH.shared.activate(true) ```