Abdul Babil
Abdul Babil
@benrap 1.0.4 has some issues, changes made just for lib module, app module didn't get any updates so that cause a compile error and jitpack wasn't able to build the...
I have the same issue :\
No need to use `self.addRightBarButtonWithImage(UIImage(named: "menu")!)` Because IOS system will automatically reverse it in RTL, so right will be left in RTL and vice versa, so it's enough to use:...
For me solution was (fit my project): `self.addMenuBarButtonWithImage(UIImage(named: "options")!)` ` public func addMenuBarButtonWithImage(_ buttonImage: UIImage) { let action = dataManager().getUserLang()! == "ar" ? #selector(self.toggleRight) : #selector(self.toggleLeft) let leftButton: UIBarButtonItem =...