Application running in the iPad Simulator

Posted by Wallym on ASP.net Weblogs See other posts from ASP.net Weblogs or by Wallym
Published on Thu, 01 Apr 2010 10:30:00 GMT Indexed on 2010/04/01 10:33 UTC
Read the original article Hit count: 814

I've got some code running in the iPad Simulator.  One thing I discovered is that an application has to be compiled against a specific version of the SDK.  When I created a new iPad application, the updated iPad window for the Interface Builder became availble.  Very nice indeed.  Everything was the same as before, so that was good.  I fired up the iPad Simulator, and I got this below:

default iPad simulator image

 

The next step was getting my app on there, which was easy.  Then I got my app running on the simulator, and I saw this:

app running in the iPad Simulator

Basically, everything is filled with goodness and seems to be running correctly.  **fingers crossed**

© ASP.net Weblogs or respective owner

Related posts about .NET

Related posts about monotouch