I am working on a e-commerce app. I want to do a task that when i click on heart at product. It shows in wishlist view. As you know like in e-commerce apps. Can anyone tell me how to do?
Asked
Active
Viewed 31 times
0
-
Question looks more subjective. Can you explain it where is your wishlist and product. is both are in same VC ?. Any backend DB / service you are using at app level?. – kaushal Nov 03 '16 at 06:55
-
product screen and wishlist screen are both different VC. Have u use flipkart or snapdeal app. Its like that – Ajay Dang Nov 03 '16 at 07:07
-
Ok. Then use delegate to communicate b/w both VC. See http://stackoverflow.com/q/5210535/2757496 for more info. – kaushal Nov 03 '16 at 07:18