I have a custom UIViewController named A, and I want to add its view to another controller view (named B) as a subview. The view contains two buttons as subzones. I want to make A transparent, but the buttons in it are opaque. I want to know if there is a way to do this?
source
share