我目前在UICollectionViewCell
FBSDKLikeControl *likeButton = [[FBSDKLikeControl alloc] initWithFrame:CGRectMake(frameWidth - 50, UITableViewAutomaticDimension, 70, 30)];
likeButton.objectID = @"https://www.facebook.com/BabyGagaApp/";
likeButton.likeControlStyle = FBSDKLikeControlStyleBoxCount;
cell.facebook = likeButton;
当我按下单元格时,没有任何反应。我不确定要放入didSelectItemAtIndexPath
。
按下单元格后有没有办法远程调用它?我无法在他们的文档中找到它。