jfversluis / been-pwned

App that leverages the haveibeenpwned.com API by Troy Hunt. This app is available in the App Stores and is used in several of my talks as well as my book Xamarin.Forms Essentials.
MIT License
16 stars 3 forks source link

Clear searchbox icon is grey on iOS 11/physical device #56

Open jfversluis opened 7 years ago

jfversluis commented 7 years ago

I have a version running on my iOS 11 device now and the clear button in the searchbar it grey now. On the Simulator however, it's white. So it either has to do with the fact that it is a physical device, or it has to do with iOS 11.

img_1498

Depechie commented 7 years ago

If you want to customise the colour here is possible code for the effect/custom renderer : https://stackoverflow.com/questions/27944781/how-to-change-the-tint-color-of-the-clear-button-on-a-uitextfield

jfversluis commented 7 years ago

It is actually white right now. So there is some code in place for it. I'm guessing some detail changed in iOS 11. I'll look into it when I have the time, minor bug IMHO so no hurry