I have one ViewControllers, on Button press i am loading one more view controller using [self presentModalViewController:_regViewController animated:YES];
In this view-controller, I am having only one textfield and two buttons.
I want to display transparent view here. I mean , I want to display only the TextField and Two buttons , rest of the things should display its previous view controller transparently (little blur). How it can be done ?
how about this:
But be sure to instantiate the view, as property then synthesize.