Adding a new view to a Window-based app (re: MapKit tutorial)

Posted by blackkettle on Stack Overflow See other posts from Stack Overflow or by blackkettle
Published on 2010-06-06T06:14:22Z Indexed on 2010/06/06 6:22 UTC
Read the original article Hit count: 263

Filed under:
|

I'm trying add a new view in a window-based application but not really getting anywhere.

I've been going through a great MapKit tutorial lately,

http://mithin.in/2009/06/22/using-iphone-sdk-mapkit-framework-a-tutorial/

and have successfully set it up and added some further buttons and customizations. However I've gotten stuck at what I assume ought to be a brain-dead simple step.

I have added a toolbar to the bottom of the app, and a 'settings' style button. Following this I created a SettingsViewController complete with it's own view. Now I'd like to connect them but I've had absolutely no luck trying to figure out how to do this.

I've also gone through several other good tutorials lately,

http://miketeo.net/wp/index.php/2008/08/31/simple-iphone-tutorial-part-1.html

http://blog.webscale.co.in/?p=228

http://www.iphonesdkarticles.com/2009/01/uitableview-searching-table-view.html

but I've gotten lost trying to tie these two bits together. I'm sure it is quite trivial to link these two items but I've had no luck.

© Stack Overflow or respective owner

Related posts about iphone

Related posts about iphone-sdk