I have created the whole of my app in a single view application and just realised that I need to add a map to it, but alas - all the tutorials I see for creating Map Views, start with "Create a v开发者_如何学Pythoniew based application"...
So, is there anything I can do, or am I stuck? :)
Many thanks,
James
You are not stuck. You can create a map view in a tab bar application or a navigation based application just like any other view. The procedure is just like for any other view, i.e. just set up the view controllers for each view.
There should be plenty of tutorials on both tab bar applications and navigation based applications online. If you'r not familiar with them.
精彩评论