In iOS 7, I have a piece of code that works similar to requirements mentioned in
and
and the way I implemented it in iOS 7 is by using the methods mentioned in this question UIModalPresentationFormSheet can't change superview background to clear
so far working well until Apple released iOS 8. In iOS 8 modController.view.superView is returning nil, which greatly affects my animation by showing a gray background. It'll be a great help if anyone has a idea on how to fix this issue. Thanks in advance.