Hi All,
I want to open the modalViewcontroller from a UIView class.
We can open the same from UIviewController with this command.:
[viewController presentModalViewController:modal1 animated:YES];
But, how we can open it from a UIview.
[view presentModalViewController: modal1 animated:YES], doesn't work
I want to open the modalViewcontroller from a UIView class.
We can open the same from UIviewController with this command.:
[viewController presentModalViewController:modal1 animated:YES];
But, how we can open it from a UIview.
[view presentModalViewController: modal1 animated:YES], doesn't work