I would like to call a modal view controller
from a controller inside a navigation controller
..
I should do
[self presentModalViewController:<#(UIViewController *)#> animated:<#(BOOL)#>];
OR
[self.navigationController presentModalViewController:<#(UIViewController *)#> animated:<#(BOOL)#>];
Thanks in advance