Forum Archive

Navigation View

henryiii

I've been having a little trouble figuring out how to use NavigationView. I can't .present it, since it tells me it is already presented. If I just push a view to it, nothing happens, and it doesn't seem to properly get added to another view with add subview. Are there any examples of using it around?

omz

I've posted an example in this thread.

henryiii

Thanks! I've made a test app (doesn't do anything) that has basic navigation. Here it is if anyone wants an example of navigation, since there are only a few out there.

https://gist.github.com/4de9d2d99ae8ae0c5699

techteej

There is a lot of Syntax errors.

henryiii

@techteej, what errors are you seeing? At least the first error? It should be the same file I'm running.