suzuki-0000 / SKPhotoBrowser

Simple PhotoBrowser/Viewer inspired by facebook, twitter photo browsers written by swift
MIT License
2.63k stars 534 forks source link

share button on photo browser with RTL direction #354

Open muhammadalkhalaf opened 5 years ago

muhammadalkhalaf commented 5 years ago

share button on photo browser work fine when direction is LTR But with RTL direction for arabic direction it doesn't work at all. Any solution please !

ipstudios commented 5 years ago

try changing line number : 37 in SKToolbar.swift

from: if SKMesurement.screenWidth - point.x < 50 { // FIXME: not good idea

to if SKMesurement.screenWidth - point.x < 50 || point.x < 50 { // FIXME: not good idea

MinaHardTask commented 3 years ago

You found solution for this or not yet muhammadalkhalaf ?