I present a clearColor UIViewController over another UIViewController and it runs fine on iOS 7. But in iOS 8 I cannot display clearColor anymore. I've tried these things:
- set modalPresentationStyle to UIModalPresentationCurrentContext
- set color of the window to clearColor
and none of the above works.
Does anyone have solution for my problem?