How to set target for a button, which is present in a custom cell to its Controller?
addToCartButton addTarget:self action:@selector(addToCartPressed:) forControlEvents:UIControlEventTouchUpInside];
Instead of addToCartButton target to 'self' how can i pass it to its viewController