简体   繁体   中英

SimplePickerElement in MvvmCross - blank in iOS7

I've got an MvvmCross app that was working fine until iOS 7 came out - in a UIDialogController , I have a few SimplePickerElement s. In iOS7 (even in the simulator), when the screen scrolls to the element, the screen is completely blank.

I've got the source code and would be happy to play around with it but I have no idea where to start..

We fixed a similar issue for date and time pickets recently - it's to do with the transparency and default font colour of the new ios7 Pickers. I suspect this problem will be similar.

That issue was https://github.com/MvvmCross/MvvmCross/issues/458 - you can see the commit that fixed it linked there - it's a quick change to the background colour.

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM