'Display Transparent View on Top of Default Numeric Keyboard

I want to display a transparent view on top of Keyboard. But even after using bringSubviewToFront method the keyboard appears on top of everything. Is there a way to do so

I am getting this as the output.

I am Getting this

This is the Expected output. Ignore the Keyboard UI, Just want Transparent view on Top.

Expected Output

I also thought of presenting a View Controller but still got same result.



Sources

This article follows the attribution requirements of Stack Overflow and is licensed under CC BY-SA 3.0.

Source: Stack Overflow

Solution Source