How to implement checkout/basket system
Posted
by ct2k7
on Stack Overflow
See other posts from Stack Overflow
or by ct2k7
Published on 2010-04-09T00:14:43Z
Indexed on
2010/04/09
2:13 UTC
Read the original article
Hit count: 375
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?
© Stack Overflow or respective owner