开发者

XCode: When using MapKit, do I HAVE to have a view based app?

开发者 https://www.devze.com 2023-03-26 03:01 出处:网络
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开发

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.

0

精彩评论

暂无评论...
验证码 换一张
取 消