Got a real simple question but can’t figure out the solution.
Got following code.
[self.navigationController pushViewController:bamEasyTable animated:YES];
Simply don’t want to load in onto a navigationcontroller but on the view itself (view did load).
have tried almost everything but can’t find the solution.
If you want to show a view ontop of the current view, you can do:
is that what you were looking for?