I'm experiencing some weird inconsistencies with NUI under iOS7: some buttons doesn't appear to render with a background colour.
The app consists of a navigation controller. The buttons within the root view appears to be working just fine:
A few segues later, there is an (at least to the Interface Builder) identical button, albeit with a different appearance all together:
I note that the navigation bar is inconsistent too in its rendering:
.... yet sometimes:
Do you guys have an idea what I might be doing wrong?
I decided to use UIAppearance
instead. NUI is not compatible with iOS7 at this time.