How to implement checkout/basket system
- by ct2k7
Hi, I'm making an app for fun and would like to know how to implement a checkout/basket system on the app.
Basically, a list of products is pulled in from a web server in form of XML file, which is then displayed in a UITableView controller. A tap on the cell takes the user to a more detailed overview of the product.
The app would need to be able to get the product into a basket type thing, and this is where I'm getting stuck.
Are there any code samples that I could take a look at?