I need to implemented an app on phone gap
I have implemented basic app in xcode 4.1 using http://wiki.phonegap.com/w/page/39991939/Getting-Started-with-PhoneGap-iOS-using-Xcode-4
I got home page as
Hey it's phone gap
Dont know how to get started? check
phone gap start
Now I need to display a table view and an ui button on my home page
How do I add new class for my home page in phone gap app?
When I did my first PhoneGap Application, I also used Sencha Touch which is a great framework that provides Interface component like buttons, panels and lists
You can find all these components in the Kitchen Sink
Here’s a tutorial on how to start with Sencha Touch 2
You can also find a tutorial on how to create a Sencha Touch 2 app
Hope this helps