remirobert / Dotzu

:iphone::eyes: In-App iOS Debugging Tool With Enhanced Logging, Networking Info, Crash reporting And More.
MIT License
1.8k stars 142 forks source link

Some text in "application" and "settings" page is not shown. #4

Closed jkyeo closed 7 years ago

jkyeo commented 7 years ago

It looks like below:

remirobert commented 7 years ago

Awwwww that's weird. The TextColor is setted to white, directly on the storyboard. Is it an accessibility issue somehow ?

jkyeo commented 7 years ago

@remirobert Yes, testing it on iPhone SE and iPhone 7 simulator (iOS 10.2), the issue appeared every time.

remirobert commented 7 years ago

@jkyeo ok, how did you integrate Dotzu cocoapods, carthage, code ?

jkyeo commented 7 years ago

@remirobert via cocoapods.

remirobert commented 7 years ago

@jkyeo it's extremely strange it works fine one my devices, and simulator. Do you have any clue for this issue ?

jkyeo commented 7 years ago

@remirobert No more at the present moment. I will test it on my device later.

jkyeo commented 7 years ago

@remirobert Same issue on my device (iPhone 6s Plus running iOS 10.2.1).

jkyeo commented 7 years ago

Running view debug. It shows the text color is black.

remirobert commented 7 years ago

Can you check on the storyboard directly ? Pods/Dotzy/Resources/Settings.storyboard

jkyeo commented 7 years ago

@remirobert No problem!

remirobert commented 7 years ago

I am lost... 😢

jkyeo commented 7 years ago

Strange issue...

remirobert commented 7 years ago

Stranger things... Try to reinstall the Pod ? Be sure you have the last one 0.6. I will close it for now. if it persists, or if you find the solution let me know. Thanks for reported it.

jkyeo commented 7 years ago

I'm sorry this is my fault. I set UILabel.appearance().textColor = defaultTextColor in some place. Remove it. fixed.

remirobert commented 7 years ago

no problem. 👍🏼

TaiPhamD commented 7 years ago

img_0002 img_0001

I am having issues with text color and I dont see where in my code i could override it. any tips?