Yannick Loriot
Yannick Loriot
Which `indicatorTextDisplayMode` are you using? Have you tried with `YLProgressBarIndicatorTextDisplayModeFixedRight` or `YLProgressBarIndicatorTextDisplayModeFixedLeft`?
An issue can occurred if the text color and the background's track have a low contrast ratio. To avoid breaking the current behaviour you should create a new [`YLProgressBarIndicatorTextDisplayMode`](https://github.com/yannickl/YLProgressBar/blob/master/YLProgressBar/YLProgressBar.h#L110). And...
Very sorry for the late, I miss your pull request. Is the tests are ok if you updated your repo? I'll merge it when it'll be up to date. :+1:
If you have time don't forget me. ;)
Hi, I can't reproduce it. How do you manage the rotation? Have you a sample code?
I don't understand, the localizabe string files are already named as "YLMomentRelativeTimeLocalizable.strings". Have you the problem with Cocoapods or by importing the library manually?
Indeed, it is weird. I fixed some issues with the localized strings in the last version (0.4.1). Can you try with this version? Otherwise, have you tried to print the...
@giver Are you using Cocoapods or have you installed the library manually? What happens if you manually set the locale? E.g. `[[YLMoment proxy] setLocale:[NSLocale localeWithLocaleIdentifier:@"en_US"]];`?
@giver I'll do some test tonight to see if I can find the prob.
@giver I updated the code. Can you tell me if everything is ok now please?