MoathOthman / MOLH

Localization helper for iOS apps mainly focusing on the LTR/RTL issue
MIT License
117 stars 36 forks source link

some subviews didn't flip #19

Closed lamatat closed 6 years ago

lamatat commented 6 years ago

i have in my view a navigation view ... mostly on all pages .. strangely some of these navigation views didn't flip when change language when most of them did flip .. why?

MoathOthman commented 6 years ago

Depends on the view type, Did u set the tag correctly? Some views like uiimagevirw needs manual flipping or if u use custom constraints you may also need to do that manually.

Sent from my iPhone

On Jun 5, 2018, at 10:00 AM, lamatat notifications@github.com<mailto:notifications@github.com> wrote:

i have in my view a navigation view ... mostly on all pages .. strangely some of these navigation views didn't flip when change language when most of them did flip .. why?

— You are receiving this because you are subscribed to this thread. Reply to this email directly, view it on GitHubhttps://github.com/MoathOthman/MOLH/issues/19, or mute the threadhttps://github.com/notifications/unsubscribe-auth/ABHNhwTcGgZe0jDUqAphNlh0St9-DGcTks5t5ix-gaJpZM4UaQYI.

lamatat commented 6 years ago

which tag do you mean? and the items which are not flipping are buttons..

MoathOthman commented 6 years ago

For example button.tag should be less than zero

Sent from my iPhone

On Jun 5, 2018, at 10:33 AM, lamatat notifications@github.com<mailto:notifications@github.com> wrote:

which tag do you mean? and the items which are not flipping are buttons..

— You are receiving this because you commented. Reply to this email directly, view it on GitHubhttps://github.com/MoathOthman/MOLH/issues/19#issuecomment-394611023, or mute the threadhttps://github.com/notifications/unsubscribe-auth/ABHNhyVFc4pYTDkKL9cUL7_IKFLQOlrMks5t5jRJgaJpZM4UaQYI.

lamatat commented 6 years ago

just tried that .. but didn't work ... how to flip it manually?

MoathOthman commented 6 years ago

Can u provide a screenshot, do u use autolayout

Sent from my iPhone

On Jun 5, 2018, at 11:02 AM, lamatat notifications@github.com<mailto:notifications@github.com> wrote:

just tried that .. but didn't work ... how to flip it manually?

— You are receiving this because you commented. Reply to this email directly, view it on GitHubhttps://github.com/MoathOthman/MOLH/issues/19#issuecomment-394618738, or mute the threadhttps://github.com/notifications/unsubscribe-auth/ABHNh09V0eMRWOKbGdmsOmaz1KUOPVvlks5t5jscgaJpZM4UaQYI.

lamatat commented 6 years ago

here ...

screen1

screen2

as you can see that all of the views and its items flipped .. but the button in the red circle ...

lamatat commented 6 years ago

any news?

MoathOthman commented 6 years ago

Can u provide a screenshot, do u use autolayout

Sent from my iPhone

On Jun 5, 2018, at 11:31 AM, moath othman m_torch@hotmail.com<mailto:m_torch@hotmail.com> wrote:

Can u provide a screenshot, do u use autolayout

lamatat commented 6 years ago

solved..

it was something with the constraints once updated it worked!

thanks again :)