As everyone suspected you are using the same item over and over. At the second point where it says "// make a new item" you have not made a new item at all. tempItem is still pointing at the item you created with alloc/init. You need to alloc/init each and every new item.
hi ,
how are u?
please, do u have any idea for same example to shopping cart sur iphone ?